help aliases for core

Show help on nushell aliases.

Signature

> help aliases ...rest --find

Parameters

  • ...rest: the name of alias to get help on
  • --find {string}: string to find in alias names and usage

Examples

show all aliases

> help aliases

show help for single alias

> help aliases my-alias

search for string in alias names and usages

> help aliases --find my-alias