go-shellwords – github.com/mattn/go-shellwords Index | Files

package shellwords

import "github.com/mattn/go-shellwords"

Index

Variables

var (
	ParseEnv      bool = false
	ParseBacktick bool = false
)

Functions

func Parse

func Parse(line string) ([]string, error)

Types

type Parser

type Parser struct {
	ParseEnv      bool
	ParseBacktick bool
	Position      int
}

func NewParser

func NewParser() *Parser

func (*Parser) Parse

func (p *Parser) Parse(line string) ([]string, error)

Source Files

shellwords.go util_posix.go

Version
v1.0.2
Published
Feb 20, 2017
Platform
darwin/amd64
Imports
5 packages
Last checked
now

Tools for package owners.