On this page
help aliases
for core
Show help on nushell aliases.
Signature
> help aliases {flags} ...rest
Flags
--find, -f {string}
: string to find in alias names and usage
Parameters
...rest
: the name of alias to get help on
Input/output types:
input | output |
---|---|
nothing | table |
Examples
show all aliases
>help aliases
show help for single alias
>help aliasesmy-alias
search for string in alias names and usages
>help aliases--findmy-alias
Copyright © 2019–2023 The Nushell Project DevelopersLicensed under the MIT License.
https://www.nushell.sh/commands/docs/help_aliases.html