package shellwords
import "github.com/mattn/go-shellwords"
Index ¶
Variables ¶
Functions ¶
func Parse ¶
Types ¶
type Parser ¶
type Parser struct { ParseEnv bool ParseBacktick bool Position int Dir string // If ParseEnv is true, use this for getenv. // If nil, use os.Getenv. Getenv func(string) string }
func NewParser ¶
func NewParser() *Parser
func (*Parser) Parse ¶
Source Files ¶
- Version
- v1.0.7
- Published
- Jan 13, 2020
- Platform
- darwin/amd64
- Imports
- 5 packages
- Last checked
- now –
Tools for package owners.