| title | help modules |
|---|---|
| categories | core |
| version | 0.112.0 |
| core | Show help on nushell modules. |
| usage | Show help on nushell modules. |
| editLink | false |
| contributors | false |
help modules for core
Show help on nushell modules.
> help modules {flags} ...rest
--find, -f {string}: String to find in module names and descriptions.
...rest: The name of module to get help on.
| input | output |
|---|---|
| nothing | table |
Show all modules.
> help modules
Show help for single module.
> help modules my-module
Search for string in module names and descriptions.
> help modules --find my-module
When requesting help for a single module, its commands and aliases will be highlighted if they
are also available in the current scope. Commands/aliases that were imported under a different name
(such as with a prefix after use some-module) will be highlighted in parentheses.