Versions in this module Expand all Collapse all v1 v1.1.0 Feb 22, 2020 Changes in this version type Parser + func (p *Parser) UnknownFlags() v1.0.1 Jan 1, 2019 v1.0.0 Aug 4, 2018 Changes in this version + const Long + const Short + type Flag struct + type Parser struct + func NewParser(raw []string) (p *Parser, sub string) + func (p *Parser) SetArgs(args interface{}) bool + func (p *Parser) SetFlags(flags interface{}) Other modules containing this package github.com/DataDrake/cli-ng/v2