Back to Moon

unalias

website/docs/proto/commands/unalias.mdx

2.2.4600 B
Original Source

import VersionLabel from '@site/src/components/Docs/VersionLabel';

The proto unalias <tool> <alias> (or proto ua) command will remove a custom alias for the provided tool.

shell
$ proto unalias node work

By default this will update the local ./.prototools file. Pass --from to customize the location.

Arguments

  • <tool> - Type of tool.
  • <alias> - Name of the alias. Supports alphanumeric chars.

Options