uninstall-global
The proto uninstall-global <tool> ...<dependencies>
(or proto ug
) command will uninstall one or
many global packages/modules/dependencies for the provided tool.
# Uninstall a global by name
$ proto uninstall-global rust cargo-release
# Uninstall multiple globals
$ proto uninstall-global rust cargo-release cargo-udeps
Arguments
<tool>
- Type of tool....<dependencies>
- Name of dependencies and optional version.