Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SubCmdRunE ¶
SubCmdRunE returns a function that handles a case where a subcommand must be specified Without this callback, if a user runs just the command without a subcommand, or with an invalid subcommand, cobra will print usage information, but still exit cleanly. We want to return an error code in these cases so that the user knows that their command was invalid.
func ValidateExactArgNumber ¶
ValidateExactArgNumber validates that the required top-level arguments are specified
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.