Skip to content

The manual Command

Get the manual for a script.

msh manual <script-name>

Arguments

  • script-name: The name of the script to get the manual for.

Example

shell
$ msh manual npi
The npi script is an alias for the 'npm install' command.
Run 'npi <package-name>' to install a package.