help modules
for core> help modules {flags} ...rest
--find, -f {string}
: string to find in module names and usage...rest
: the name of module to get help oninput | output |
---|---|
nothing | table |
show all modules
>help modules
show help for single module
>help modulesmy-module
search for string in module names and usages
>help modules--findmy-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.
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/help_modules.html