Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExactArgs = errors.New("exact number of arguments not provided") ErrRangeArgs = errors.New("argument count not in valid range") )
Functions ¶
func ExactArgs ¶
func ExactArgs(numArgs int) cobra.PositionalArgs
func RangeArgs ¶
func RangeArgs(minArgs, maxArgs int) cobra.PositionalArgs
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.