NAME
serge-help - Show help on Serge and its commands
SYNOPSIS
serge help [--console] [--no-pager]
serge help <command> [--console] [--no-pager]
DESCRIPTION
Show help on particular command (if it is provided), or general information about Serge. By default (and depending on your operating system), it will try to open an HTML version of the help in your browser. Otherwise it will render a plain-text version in the console.
For the list of available commands, just run serge
with no command-line parameters.
OPTIONS
- --console
-
Do not try to open HTML help in browser; render help in console instead.
- --no-pager
-
When in console mode, do not try to use a pager. By default, Serge tries to use
less
ormore
. The pager command can be overwritten bySERGE_PAGER
orPAGER
environment variables. To permanently disable the pager in Serge, setSERGE_PAGER
to0
.
SEE ALSO
Part of serge suite.