package
0.3.0
Repository: https://github.com/gocancel/gocancel-cli.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

AddBoolFlag adds a boolean flag to a command.
AddStringFlag adds a string flag to a command.
AddStringSliceFlag adds a string slice flag to a command.
No description provided by the author
Execute executes the current command using rootCmd.
NewCmdConfig creates an instance of a CmdConfig.
NewMissingArgsErr creates a MissingArgsErr instance.

# Structs

CmdConfig is a command configuration.
Command is a wrapper around cobra.Command that adds gocancel specific functionality.
No description provided by the author
MissingArgsErr is returned when there are too few arguments for a command.

# Type aliases

CmdRunner runs a command and passes in a cmdConfig.