Skip to main content
warning

Documentation is currently for moon v2 and latest proto. Documentation for moon v1 has been frozen and can be found here.

unalias

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

$ 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