HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

run-help — Get instructions for Zsh commands. Note: This command is an alias of `man` by default. More informat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
run-helpcommandcommandszshcliinstructionsforget

Problem

How to use the run-help command: Get instructions for Zsh commands. Note: This command is an alias of man by default. More information: <https://manned.org/zshcontrib>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/run-help

Revisions (0)

No revisions yet.