alias
The proto alias <tool> <alias> <version> (or proto a) command will define a custom alias that
maps to a specific version for the provided tool. Aliases can be used anywhere a version is
accepted.
$ proto alias node work 16.16
By default this will update the local ./.prototools file. Pass --to to customize
the location.
Arguments
<tool>- Type of tool.<alias>- Name of the alias. Supports alphanumeric chars.<version>- Version to map to the alias.
Options
--to- Location of.prototoolsto update. Supportsglobal,local, anduser. v0.41.0