cg-help - show help for cogito commands
cg-help [-c] [cg-COMMAND | COMMAND]
Takes an optional argument describing the command to show the help for. The command can be specified either as COMMAND or cg-COMMAND. If the argument is left out an overview of all the Cogito commands will be shown.
Note, short help for a command is also available by passing --help or -h to the command. The complete command manual is shown when passing --long-help (and is the same as doing "cg-help command").
Colorize the output. You can customize the colors using the $CG_COLORS environment variable (see below).
Print usage summary.
Print user manual. The same as found in cg-help(1).
Print Cogito version.
The pager to display log information in, defaults to less.
Flags to pass to the pager.
Colon-separated list of name=color pairs, where name is one of helpcopy, helpusage, helpsection, helplitem, helpcgcmd, helpcode, helpempth, default, and value is an ECMA-48 SGR sequence (see e.g. console_codes(4)).
Even if -c was passed or specified in ~/.cgrc, if this option is set, use colors only when the output is a terminal and it supports colors.
This is what the $LESS environment variable value will be set to before invoking $PAGER. It defaults to $LESS concatenated with the R flag to allow displaying of colorized output.
The following GIT configuration file variables are recognized:
If enabled, colorify the output like with -c if the output is a terminal.
Copyright © Petr Baudis, 2005