Documentation ¶ Index ¶ func NewParser() A.Parser type Parser func (p *Parser) Parse(args []string, command A.Command) (err error) func (p *Parser) Passthroughs() []string func (p *Parser) Unrecognized() []string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewParser ¶ func NewParser() A.Parser Types ¶ type Parser ¶ type Parser struct { // contains filtered or unexported fields } func (*Parser) Parse ¶ func (p *Parser) Parse(args []string, command A.Command) (err error) func (*Parser) Passthroughs ¶ func (p *Parser) Passthroughs() []string func (*Parser) Unrecognized ¶ func (p *Parser) Unrecognized() []string Source Files ¶ View all Source files parser.go parser_x_complete.go parser_x_helpers.go parser_x_long_flag.go parser_x_positioning.go parser_x_short_flag.go util.go Click to show internal directories. Click to hide internal directories.