#define ALIB_CAMP_ENUM(T, TRecord, Camp, ResName)
Options
Built-in options used with class #"AppCli".
@ Config
Change name of config file(s).
ExitCodes
Built-in exit-code used with class #"AppCli".
@ ErrUnknownCommand
Unknown command.
@ ErrMissingCmdParam
Missing parameter of a command.
@ ErrNoCmdGiven
No command given.
@ ErrParsingOption
Error when parsing an option.
@ ErrMissingOptParam
Missing parameter of an option.
@ ErrBadParamValue
Bad parameter value.
@ ErrParsingCommand
Error when parsing a command.
Commands
Built-in commands used with class #"AppCli".
@ Version
Show version information.
@ Info
Show info and configuration details.
@ SetVariables
Store a variable persistently in the configuration file.
Parameters
Built-in parameters of commands and options used with class #"AppCli".
@ Topic
Used with command help to optionally denote a help topic.
@ DryRunMode
Used with command dryrun to optionally denote level.
app::AppCliCamp APPCLI_CAMP
The singleton instance of the camp class used by class #"AppCli".
#"alib_enums_records;ALib Enum Record" type used by class #"CommandDecl".