Documentation ¶
Index ¶
- Variables
- func AddPositionalValue(assignmentVar *string, name string, relativePosition int, required bool, ...)
- func AttachSubcommand(subcommand *Subcommand, relativePosition int)
- func Bool(assignmentVar *bool, shortName string, longName string, description string)
- func BoolSlice(assignmentVar *[]bool, shortName string, longName string, description string)
- func ByteSlice(assignmentVar *[]byte, shortName string, longName string, description string)
- func Duration(assignmentVar *time.Duration, shortName string, longName string, ...)
- func DurationSlice(assignmentVar *[]time.Duration, shortName string, longName string, ...)
- func Float32(assignmentVar *float32, shortName string, longName string, description string)
- func Float32Slice(assignmentVar *[]float32, shortName string, longName string, ...)
- func Float64(assignmentVar *float64, shortName string, longName string, description string)
- func Float64Slice(assignmentVar *[]float64, shortName string, longName string, ...)
- func HardwareAddr(assignmentVar *net.HardwareAddr, shortName string, longName string, ...)
- func HardwareAddrSlice(assignmentVar *[]net.HardwareAddr, shortName string, longName string, ...)
- func IP(assignmentVar *net.IP, shortName string, longName string, description string)
- func IPMask(assignmentVar *net.IPMask, shortName string, longName string, ...)
- func IPMaskSlice(assignmentVar *[]net.IPMask, shortName string, longName string, ...)
- func IPSlice(assignmentVar *[]net.IP, shortName string, longName string, description string)
- func Int(assignmentVar *int, shortName string, longName string, description string)
- func Int16(assignmentVar *int16, shortName string, longName string, description string)
- func Int16Slice(assignmentVar *[]int16, shortName string, longName string, description string)
- func Int32(assignmentVar *int32, shortName string, longName string, description string)
- func Int32Slice(assignmentVar *[]int32, shortName string, longName string, description string)
- func Int64(assignmentVar *int64, shortName string, longName string, description string)
- func Int64Slice(assignmentVar *[]int64, shortName string, longName string, description string)
- func Int8(assignmentVar *int8, shortName string, longName string, description string)
- func Int8Slice(assignmentVar *[]int8, shortName string, longName string, description string)
- func IntSlice(assignmentVar *[]int, shortName string, longName string, description string)
- func Parse()
- func ParseArgs(args []string)
- func ResetParser()
- func SetDescription(description string)
- func SetName(name string)
- func SetVersion(version string)
- func ShowHelp(message string)
- func ShowHelpAndExit(message string)
- func ShowHelpOnUnexpectedDisable()
- func ShowHelpOnUnexpectedEnable()
- func String(assignmentVar *string, shortName string, longName string, description string)
- func StringSlice(assignmentVar *[]string, shortName string, longName string, description string)
- func UInt(assignmentVar *uint, shortName string, longName string, description string)
- func UInt16(assignmentVar *uint16, shortName string, longName string, description string)
- func UInt16Slice(assignmentVar *[]uint16, shortName string, longName string, description string)
- func UInt32(assignmentVar *uint32, shortName string, longName string, description string)
- func UInt32Slice(assignmentVar *[]uint32, shortName string, longName string, description string)
- func UInt64(assignmentVar *uint64, shortName string, longName string, description string)
- func UInt64Slice(assignmentVar *[]uint64, shortName string, longName string, description string)
- func UInt8(assignmentVar *uint8, shortName string, longName string, description string)
- func UInt8Slice(assignmentVar *[]uint8, shortName string, longName string, description string)
- func UIntSlice(assignmentVar *[]uint, shortName string, longName string, description string)
- type ArgumentParser
- type Flag
- type Help
- type HelpFlag
- type HelpPositional
- type HelpSubcommand
- type Parser
- func (p *Parser) DisableShowVersionWithVersion()
- func (p *Parser) Parse() error
- func (p *Parser) ParseArgs(args []string) error
- func (p *Parser) SetHelpTemplate(tmpl string) error
- func (p *Parser) ShowHelp()
- func (p *Parser) ShowHelpAndExit(message string)
- func (p *Parser) ShowHelpWithMessage(message string)
- func (p *Parser) ShowVersionAndExit()
- type PositionalValue
- type Subcommand
- func (sc *Subcommand) AddPositionalValue(assignmentVar *string, name string, relativePosition int, required bool, ...)
- func (sc *Subcommand) AttachSubcommand(newSC *Subcommand, relativePosition int)
- func (sc *Subcommand) Bool(assignmentVar *bool, shortName string, longName string, description string)
- func (sc *Subcommand) BoolSlice(assignmentVar *[]bool, shortName string, longName string, description string)
- func (sc *Subcommand) ByteSlice(assignmentVar *[]byte, shortName string, longName string, description string)
- func (sc *Subcommand) Duration(assignmentVar *time.Duration, shortName string, longName string, ...)
- func (sc *Subcommand) DurationSlice(assignmentVar *[]time.Duration, shortName string, longName string, ...)
- func (sc *Subcommand) FlagExists(name string) bool
- func (sc *Subcommand) Float32(assignmentVar *float32, shortName string, longName string, description string)
- func (sc *Subcommand) Float32Slice(assignmentVar *[]float32, shortName string, longName string, ...)
- func (sc *Subcommand) Float64(assignmentVar *float64, shortName string, longName string, description string)
- func (sc *Subcommand) Float64Slice(assignmentVar *[]float64, shortName string, longName string, ...)
- func (sc *Subcommand) HardwareAddr(assignmentVar *net.HardwareAddr, shortName string, longName string, ...)
- func (sc *Subcommand) HardwareAddrSlice(assignmentVar *[]net.HardwareAddr, shortName string, longName string, ...)
- func (sc *Subcommand) IP(assignmentVar *net.IP, shortName string, longName string, description string)
- func (sc *Subcommand) IPMask(assignmentVar *net.IPMask, shortName string, longName string, ...)
- func (sc *Subcommand) IPMaskSlice(assignmentVar *[]net.IPMask, shortName string, longName string, ...)
- func (sc *Subcommand) IPSlice(assignmentVar *[]net.IP, shortName string, longName string, description string)
- func (sc *Subcommand) Int(assignmentVar *int, shortName string, longName string, description string)
- func (sc *Subcommand) Int16(assignmentVar *int16, shortName string, longName string, description string)
- func (sc *Subcommand) Int16Slice(assignmentVar *[]int16, shortName string, longName string, description string)
- func (sc *Subcommand) Int32(assignmentVar *int32, shortName string, longName string, description string)
- func (sc *Subcommand) Int32Slice(assignmentVar *[]int32, shortName string, longName string, description string)
- func (sc *Subcommand) Int64(assignmentVar *int64, shortName string, longName string, description string)
- func (sc *Subcommand) Int64Slice(assignmentVar *[]int64, shortName string, longName string, description string)
- func (sc *Subcommand) Int8(assignmentVar *int8, shortName string, longName string, description string)
- func (sc *Subcommand) Int8Slice(assignmentVar *[]int8, shortName string, longName string, description string)
- func (sc *Subcommand) IntSlice(assignmentVar *[]int, shortName string, longName string, description string)
- func (sc *Subcommand) SetValueForKey(key string, value string) (bool, error)
- func (sc *Subcommand) String(assignmentVar *string, shortName string, longName string, description string)
- func (sc *Subcommand) StringSlice(assignmentVar *[]string, shortName string, longName string, description string)
- func (sc *Subcommand) UInt(assignmentVar *uint, shortName string, longName string, description string)
- func (sc *Subcommand) UInt16(assignmentVar *uint16, shortName string, longName string, description string)
- func (sc *Subcommand) UInt16Slice(assignmentVar *[]uint16, shortName string, longName string, description string)
- func (sc *Subcommand) UInt32(assignmentVar *uint32, shortName string, longName string, description string)
- func (sc *Subcommand) UInt32Slice(assignmentVar *[]uint32, shortName string, longName string, description string)
- func (sc *Subcommand) UInt64(assignmentVar *uint64, shortName string, longName string, description string)
- func (sc *Subcommand) UInt64Slice(assignmentVar *[]uint64, shortName string, longName string, description string)
- func (sc *Subcommand) UInt8(assignmentVar *uint8, shortName string, longName string, description string)
- func (sc *Subcommand) UInt8Slice(assignmentVar *[]uint8, shortName string, longName string, description string)
- func (sc *Subcommand) UIntSlice(assignmentVar *[]uint, shortName string, longName string, description string)
Constants ¶
This section is empty.
Variables ¶
var DebugMode bool
DebugMode indicates that debug output should be enabled
var DefaultHelpTemplate = defaultHelpTemplate
DefaultHelpTemplate is the help template that will be used for newly created subcommands and commands
var PanicInsteadOfExit bool
PanicInsteadOfExit is used when running tests
var TrailingArguments []string
TrailingArguments holds trailing arguments in the main parser after parsing has been run.
Functions ¶
func AddPositionalValue ¶
func AddPositionalValue(assignmentVar *string, name string, relativePosition int, required bool, description string)
AddPositionalValue adds a positional value to the main parser at the global context
func AttachSubcommand ¶
func AttachSubcommand(subcommand *Subcommand, relativePosition int)
AttachSubcommand adds a subcommand for parsing
func BoolSlice ¶
BoolSlice adds a new slice of bools flag Specify the flag multiple times to fill the slice
func ByteSlice ¶
ByteSlice adds a new slice of bytes flag Specify the flag multiple times to fill the slice. Takes hex as input.
func Duration ¶
Duration adds a new time.Duration flag. Input format is described in time.ParseDuration(). Example values: 1h, 1h50m, 32s
func DurationSlice ¶
func DurationSlice(assignmentVar *[]time.Duration, shortName string, longName string, description string)
DurationSlice adds a new time.Duration flag. Input format is described in time.ParseDuration(). Example values: 1h, 1h50m, 32s Specify the flag multiple times to fill the slice.
func Float32Slice ¶
Float32Slice adds a new float32 flag. Specify the flag multiple times to fill the slice.
func Float64Slice ¶
Float64Slice adds a new float64 flag. Specify the flag multiple times to fill the slice.
func HardwareAddr ¶
func HardwareAddr(assignmentVar *net.HardwareAddr, shortName string, longName string, description string)
HardwareAddr adds a new net.HardwareAddr flag.
func HardwareAddrSlice ¶
func HardwareAddrSlice(assignmentVar *[]net.HardwareAddr, shortName string, longName string, description string)
HardwareAddrSlice adds a new net.HardwareAddr slice flag. Specify the flag multiple times to fill the slice.
func IPMaskSlice ¶
func IPMaskSlice(assignmentVar *[]net.IPMask, shortName string, longName string, description string)
IPMaskSlice adds a new net.HardwareAddr slice flag. IPv4 only. Specify the flag multiple times to fill the slice.
func IPSlice ¶
IPSlice adds a new int8 slice flag. Specify the flag multiple times to fill the slice.
func Int16Slice ¶
Int16Slice adds a new int16 slice flag. Specify the flag multiple times to fill the slice.
func Int32Slice ¶
Int32Slice adds a new int32 slice flag. Specify the flag multiple times to fill the slice.
func Int64Slice ¶
Int64Slice adds a new int64 slice flag. Specify the flag multiple times to fill the slice.
func Int8Slice ¶
Int8Slice adds a new int8 slice flag. Specify the flag multiple times to fill the slice.
func IntSlice ¶
IntSlice adds a new int slice flag. Specify the flag multiple times to fill the slice.
func ParseArgs ¶
func ParseArgs(args []string)
ParseArgs parses the passed args as if they were the arguments to the running binary. Targets the default main parser for the package.
func ResetParser ¶
func ResetParser()
ResetParser resets the default parser to a fresh instance. Uses the name of the binary executing as the program name by default.
func SetDescription ¶
func SetDescription(description string)
SetDescription sets the description of the default package command parser
func SetName ¶
func SetName(name string)
SetName sets the name of the default package command parser
func SetVersion ¶
func SetVersion(version string)
SetVersion sets the version of the default package command parser
func ShowHelpAndExit ¶
func ShowHelpAndExit(message string)
ShowHelpAndExit shows parser help and exits with status code 2
func ShowHelpOnUnexpectedDisable ¶
func ShowHelpOnUnexpectedDisable()
ShowHelpOnUnexpectedDisable disables the ShowHelpOnUnexpected behavior on the default parser. This causes unknown inputs to error out.
func ShowHelpOnUnexpectedEnable ¶
func ShowHelpOnUnexpectedEnable()
ShowHelpOnUnexpectedEnable enables the ShowHelpOnUnexpected behavior on the default parser. This causes unknown inputs to error out.
func StringSlice ¶
StringSlice adds a new slice of strings flag Specify the flag multiple times to fill the slice
func UInt16Slice ¶
UInt16Slice adds a new uint16 slice flag. Specify the flag multiple times to fill the slice.
func UInt32Slice ¶
UInt32Slice adds a new uint32 slice flag. Specify the flag multiple times to fill the slice.
func UInt64Slice ¶
UInt64Slice adds a new uint64 slice flag. Specify the flag multiple times to fill the slice.
func UInt8Slice ¶
UInt8Slice adds a new uint8 slice flag. Specify the flag multiple times to fill the slice.
Types ¶
type ArgumentParser ¶
ArgumentParser represents a parser or subcommand
type Flag ¶
type Flag struct { ShortName string LongName string Description string Hidden bool // indicates this flag should be hidden from help and suggestions AssignmentVar interface{} // contains filtered or unexported fields }
Flag holds the base methods for all flag types
type Help ¶
type Help struct { Subcommands []HelpSubcommand Positionals []HelpPositional Flags []HelpFlag UsageString string CommandName string PrependMessage string AppendMessage string Message string Description string }
Help represents the values needed to render a Help page
func (*Help) AddFlagToHelp ¶
AddFlagToHelp adds a flag to help output if it does not exist
func (*Help) ExtractValues ¶
ExtractValues extracts Help template values from a subcommand and its parent parser. The parser is required in order to detect default flag settings for help and version output.
type HelpFlag ¶
type HelpFlag struct { ShortName string LongName string Description string DefaultValue string Spacer string }
HelpFlag is used to template string flag Help output
type HelpPositional ¶
type HelpPositional struct { Name string Description string Required bool Position int DefaultValue string Spacer string }
HelpPositional is used to template positional Help output
type HelpSubcommand ¶
type HelpSubcommand struct { ShortName string LongName string Description string Position int Spacer string }
HelpSubcommand is used to template subcommand Help output
type Parser ¶
type Parser struct { Subcommand Version string // the optional version of the parser. ShowHelpWithHFlag bool // display help when -h or --help passed ShowVersionWithVersionFlag bool // display the version when --version passed ShowHelpOnUnexpected bool // display help when an unexpected flag or subcommand is passed TrailingArguments []string // everything after a -- is placed here HelpTemplate *template.Template // template for Help output // contains filtered or unexported fields }
Parser represents the set of flags and subcommands we are expecting from our input arguments. Parser is the top level struct responsible for parsing an entire set of subcommands and flags.
var DefaultParser *Parser
DefaultParser is the default parser that is used with the package-level public functions
func (*Parser) DisableShowVersionWithVersion ¶
func (p *Parser) DisableShowVersionWithVersion()
DisableShowVersionWithVersion disables the showing of version information with --version. It is enabled by default.
func (*Parser) ParseArgs ¶
ParseArgs parses as if the passed args were the os.Args, but without the binary at the 0 position in the array. An error is returned if there is a low level issue converting flags to their proper type. No error is returned for invalid arguments or missing require subcommands.
func (*Parser) SetHelpTemplate ¶
SetHelpTemplate sets the go template this parser will use when rendering Help.
func (*Parser) ShowHelpAndExit ¶
ShowHelpAndExit shows parser help and exits with status code 2
func (*Parser) ShowHelpWithMessage ¶
ShowHelpWithMessage shows the Help for this parser with an optional string error message as a header. The supplied subcommand will be the context of Help displayed to the user.
func (*Parser) ShowVersionAndExit ¶
func (p *Parser) ShowVersionAndExit()
ShowVersionAndExit shows the version of this parser
type PositionalValue ¶
type PositionalValue struct { Name string // used in documentation only Description string AssignmentVar *string // the var that will get this variable Position int // the position, not including switches, of this variable Required bool // this subcommand must always be specified Found bool // was this positional found during parsing? Hidden bool // indicates this positional value should be hidden from help // contains filtered or unexported fields }
PositionalValue represents a value which is determined by its position relative to where a subcommand was detected.
type Subcommand ¶
type Subcommand struct { Name string ShortName string Description string Position int // the position of this subcommand, not including flags Subcommands []*Subcommand Flags []*Flag PositionalFlags []*PositionalValue ParsedValues []parsedValue // a list of values and positionals parsed AdditionalHelpPrepend string // additional prepended message when Help is displayed AdditionalHelpAppend string // additional appended message when Help is displayed Used bool // indicates this subcommand was found and parsed Hidden bool // indicates this subcommand should be hidden from help }
Subcommand represents a subcommand which contains a set of child subcommands along with a set of flags relevant to it. Parsing runs until a subcommand is detected by matching its name and position. Once a matching subcommand is found, the next set of parsing occurs within that matched subcommand.
func NewSubcommand ¶
func NewSubcommand(name string) *Subcommand
NewSubcommand creates a new subcommand that can have flags or PositionalFlags added to it. The position starts with 1, not 0
func (*Subcommand) AddPositionalValue ¶
func (sc *Subcommand) AddPositionalValue(assignmentVar *string, name string, relativePosition int, required bool, description string)
AddPositionalValue adds a positional value to the subcommand. the relativePosition starts at 1 and is relative to the subcommand it belongs to
func (*Subcommand) AttachSubcommand ¶
func (sc *Subcommand) AttachSubcommand(newSC *Subcommand, relativePosition int)
AttachSubcommand adds a possible subcommand to the Parser.
func (*Subcommand) Bool ¶
func (sc *Subcommand) Bool(assignmentVar *bool, shortName string, longName string, description string)
Bool adds a new bool flag
func (*Subcommand) BoolSlice ¶
func (sc *Subcommand) BoolSlice(assignmentVar *[]bool, shortName string, longName string, description string)
BoolSlice adds a new slice of bools flag Specify the flag multiple times to fill the slice
func (*Subcommand) ByteSlice ¶
func (sc *Subcommand) ByteSlice(assignmentVar *[]byte, shortName string, longName string, description string)
ByteSlice adds a new slice of bytes flag Specify the flag multiple times to fill the slice. Takes hex as input.
func (*Subcommand) Duration ¶
func (sc *Subcommand) Duration(assignmentVar *time.Duration, shortName string, longName string, description string)
Duration adds a new time.Duration flag. Input format is described in time.ParseDuration(). Example values: 1h, 1h50m, 32s
func (*Subcommand) DurationSlice ¶
func (sc *Subcommand) DurationSlice(assignmentVar *[]time.Duration, shortName string, longName string, description string)
DurationSlice adds a new time.Duration flag. Input format is described in time.ParseDuration(). Example values: 1h, 1h50m, 32s Specify the flag multiple times to fill the slice.
func (*Subcommand) FlagExists ¶
func (sc *Subcommand) FlagExists(name string) bool
FlagExists lets you know if the flag name exists as either a short or long name in the (sub)command
func (*Subcommand) Float32 ¶
func (sc *Subcommand) Float32(assignmentVar *float32, shortName string, longName string, description string)
Float32 adds a new float32 flag.
func (*Subcommand) Float32Slice ¶
func (sc *Subcommand) Float32Slice(assignmentVar *[]float32, shortName string, longName string, description string)
Float32Slice adds a new float32 flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) Float64 ¶
func (sc *Subcommand) Float64(assignmentVar *float64, shortName string, longName string, description string)
Float64 adds a new float64 flag.
func (*Subcommand) Float64Slice ¶
func (sc *Subcommand) Float64Slice(assignmentVar *[]float64, shortName string, longName string, description string)
Float64Slice adds a new float64 flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) HardwareAddr ¶
func (sc *Subcommand) HardwareAddr(assignmentVar *net.HardwareAddr, shortName string, longName string, description string)
HardwareAddr adds a new net.HardwareAddr flag.
func (*Subcommand) HardwareAddrSlice ¶
func (sc *Subcommand) HardwareAddrSlice(assignmentVar *[]net.HardwareAddr, shortName string, longName string, description string)
HardwareAddrSlice adds a new net.HardwareAddr slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) IP ¶
func (sc *Subcommand) IP(assignmentVar *net.IP, shortName string, longName string, description string)
IP adds a new net.IP flag.
func (*Subcommand) IPMask ¶
func (sc *Subcommand) IPMask(assignmentVar *net.IPMask, shortName string, longName string, description string)
IPMask adds a new net.IPMask flag. IPv4 Only.
func (*Subcommand) IPMaskSlice ¶
func (sc *Subcommand) IPMaskSlice(assignmentVar *[]net.IPMask, shortName string, longName string, description string)
IPMaskSlice adds a new net.HardwareAddr slice flag. IPv4 only. Specify the flag multiple times to fill the slice.
func (*Subcommand) IPSlice ¶
func (sc *Subcommand) IPSlice(assignmentVar *[]net.IP, shortName string, longName string, description string)
IPSlice adds a new int8 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) Int ¶
func (sc *Subcommand) Int(assignmentVar *int, shortName string, longName string, description string)
Int adds a new int flag
func (*Subcommand) Int16 ¶
func (sc *Subcommand) Int16(assignmentVar *int16, shortName string, longName string, description string)
Int16 adds a new int16 flag
func (*Subcommand) Int16Slice ¶
func (sc *Subcommand) Int16Slice(assignmentVar *[]int16, shortName string, longName string, description string)
Int16Slice adds a new int16 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) Int32 ¶
func (sc *Subcommand) Int32(assignmentVar *int32, shortName string, longName string, description string)
Int32 adds a new int32 flag
func (*Subcommand) Int32Slice ¶
func (sc *Subcommand) Int32Slice(assignmentVar *[]int32, shortName string, longName string, description string)
Int32Slice adds a new int32 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) Int64 ¶
func (sc *Subcommand) Int64(assignmentVar *int64, shortName string, longName string, description string)
Int64 adds a new int64 flag.
func (*Subcommand) Int64Slice ¶
func (sc *Subcommand) Int64Slice(assignmentVar *[]int64, shortName string, longName string, description string)
Int64Slice adds a new int64 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) Int8 ¶
func (sc *Subcommand) Int8(assignmentVar *int8, shortName string, longName string, description string)
Int8 adds a new int8 flag
func (*Subcommand) Int8Slice ¶
func (sc *Subcommand) Int8Slice(assignmentVar *[]int8, shortName string, longName string, description string)
Int8Slice adds a new int8 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) IntSlice ¶
func (sc *Subcommand) IntSlice(assignmentVar *[]int, shortName string, longName string, description string)
IntSlice adds a new int slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) SetValueForKey ¶
func (sc *Subcommand) SetValueForKey(key string, value string) (bool, error)
SetValueForKey sets the value for the specified key. If setting a bool value, then send "true" or "false" as strings. The returned bool indicates that a value was set.
func (*Subcommand) String ¶
func (sc *Subcommand) String(assignmentVar *string, shortName string, longName string, description string)
String adds a new string flag
func (*Subcommand) StringSlice ¶
func (sc *Subcommand) StringSlice(assignmentVar *[]string, shortName string, longName string, description string)
StringSlice adds a new slice of strings flag Specify the flag multiple times to fill the slice
func (*Subcommand) UInt ¶
func (sc *Subcommand) UInt(assignmentVar *uint, shortName string, longName string, description string)
UInt adds a new uint flag
func (*Subcommand) UInt16 ¶
func (sc *Subcommand) UInt16(assignmentVar *uint16, shortName string, longName string, description string)
UInt16 adds a new uint16 flag
func (*Subcommand) UInt16Slice ¶
func (sc *Subcommand) UInt16Slice(assignmentVar *[]uint16, shortName string, longName string, description string)
UInt16Slice adds a new uint16 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) UInt32 ¶
func (sc *Subcommand) UInt32(assignmentVar *uint32, shortName string, longName string, description string)
UInt32 adds a new uint32 flag
func (*Subcommand) UInt32Slice ¶
func (sc *Subcommand) UInt32Slice(assignmentVar *[]uint32, shortName string, longName string, description string)
UInt32Slice adds a new uint32 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) UInt64 ¶
func (sc *Subcommand) UInt64(assignmentVar *uint64, shortName string, longName string, description string)
UInt64 adds a new uint64 flag
func (*Subcommand) UInt64Slice ¶
func (sc *Subcommand) UInt64Slice(assignmentVar *[]uint64, shortName string, longName string, description string)
UInt64Slice adds a new uint64 slice flag. Specify the flag multiple times to fill the slice.
func (*Subcommand) UInt8 ¶
func (sc *Subcommand) UInt8(assignmentVar *uint8, shortName string, longName string, description string)
UInt8 adds a new uint8 flag
func (*Subcommand) UInt8Slice ¶
func (sc *Subcommand) UInt8Slice(assignmentVar *[]uint8, shortName string, longName string, description string)
UInt8Slice adds a new uint8 slice flag. Specify the flag multiple times to fill the slice.