import "github.com/mattn/go-shellwords"
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 }
Package shellwords imports 7 packages (graph) and is imported by 588 packages. Updated 2021-01-17. Refresh now. Tools for package owners.