unpin
The proto unpin <tool>
command will unpin a version of a tool.
$ proto unpin go
By default this will update the local ./.prototools
file. Pass --from
to customize
the location.
Arguments
<tool>
- Type of tool.
Options
--from
- Location of.prototools
to update. v0.41.0--global
(deprecated) - Unpin from the global~/.proto/.prototools
instead of the local./.prototools
.