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 descriptions.
Parameters
...rest: The name of alias to get help on.
Input/output types:
| input | output |
|---|---|
| nothing | table |
Examples
Show all aliases.
> help aliasesShow help for single alias.
> help aliases my-aliasSearch for string in alias names and descriptions.
> help aliases --find my-alias