help
for core
Display help information about different parts of rsh.
Signature
> help {flags} ...rest
Flags
-
--find, -f {string}
: string to find in command names, usage, and search terms
Parameters
-
...rest
: the name of command, alias or module to get help on
Input/output types:
input | output |
---|---|
nothing | string |
Examples
show help for single command, alias, or module
> help match
show help for single sub-command, alias, or module
> help str lpad
search for string in command names, usage and search terms
> help --find char
Notes
help word
searches for "word" in
commands, aliases and modules, in that order.
Subcommands:
name | type | usage |
---|---|---|
help aliases
|
Builtin | Show help on rsh aliases. |
help commands
|
Builtin | Show help on rsh commands. |
help escapes
|
Builtin | Show help on rsh string escapes. |
help externs
|
Builtin | Show help on rsh externs. |
help modules
|
Builtin | Show help on rsh modules. |
help operators
|
Builtin | Show help on rsh operators. |