Documentation
¶
Index ¶
- Variables
- func EnvVars(keys ...string) cli.ValueSourceChain
- func FormatSize(s uint64) string
- func ParseSize(s string) (uint64, error)
- type Argument
- type BoolFlag
- type BoolWithInverseFlag
- type Command
- type DurationFlag
- type ExitCoder
- type Flag
- type Int64Arg
- type Int64Flag
- type IntArg
- type IntFlag
- type NoMoreArguments
- type SizeArg
- type SizeArgs
- type SizeFlag
- type StringArg
- type StringArgs
- type StringFlag
- type StringMapArgs
- type StringSliceFlag
- type Uint64Arg
- type Uint64Flag
- type UintArg
- type UintFlag
Constants ¶
This section is empty.
Variables ¶
View Source
var NoArguments = []Argument{ &NoMoreArguments{}, }
Functions ¶
func EnvVars ¶
func EnvVars(keys ...string) cli.ValueSourceChain
func FormatSize ¶
Types ¶
type BoolWithInverseFlag ¶
type BoolWithInverseFlag = cli.BoolWithInverseFlag
type DurationFlag ¶
type DurationFlag = cli.DurationFlag
type NoMoreArguments ¶
type NoMoreArguments struct {
StringArgs
}
type StringArgs ¶
type StringArgs = cli.StringArgs
type StringFlag ¶
type StringFlag = cli.StringFlag
type StringMapArgs ¶
type StringMapArgs = cli.StringMapArgs
type StringSliceFlag ¶
type StringSliceFlag = cli.StringSliceFlag
type Uint64Flag ¶
type Uint64Flag = cli.Uint64Flag
Click to show internal directories.
Click to hide internal directories.