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
--from- Location of.prototoolsto update. Supportsglobal,local, anduser. v0.41.0