18 lines
373 B
Markdown
18 lines
373 B
Markdown
|
|
# run-help
|
||
|
|
|
||
|
|
> Get instructions for Zsh commands.
|
||
|
|
> Note: This command is an alias of `man` by default.
|
||
|
|
> More information: <https://manned.org/zshcontrib>.
|
||
|
|
|
||
|
|
- Activate Zsh's `run-help`, which adds instructions for Zsh built-ins:
|
||
|
|
|
||
|
|
`unalias run-help && autoload run-help`
|
||
|
|
|
||
|
|
- Display all Zsh-specific topics:
|
||
|
|
|
||
|
|
`run-help`
|
||
|
|
|
||
|
|
- Display help for a command:
|
||
|
|
|
||
|
|
`run-help {{command}}`
|