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.

Flags

  • -print, -p: Print the contents of the script with the manual.
  • -run, -r: Run the script.

Example

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