uninstall
The proto uninstall <tool> [version] (or proto ui) command will uninstall and remove a tool from
~/.proto/tools/<tool>. If the tool has not been installed, the command will exit early.
# Remove a specific version
$ proto uninstall deno 1.31
# Remove all versions
$ proto uninstall deno
Arguments
<tool>- Type of tool.[version]- Version of tool.