Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintDefaults ¶
func PrintDefaults()
func RegisterCommandBool ¶
func RegisterCommandBool(cmdName string, defaultValue bool, usage string, fn CommandFunctionCB)
func RegisterCommandString ¶
func RegisterCommandString(cmdName string, defaultValue string, usage string, fn CommandFunctionCB)
Types ¶
type CommandFunctionCB ¶
type CommandFunctionCB func(args interface{}) error
Click to show internal directories.
Click to hide internal directories.