v0.3.0
Added
- Added new
gvm use
flag--no-install
(or-n
) to disable installing
and updating from source. For example,gvm use tip -n
will use the tip
assuming you have it already installed, but will not trigger an update.
#35
gvm use
flag --no-install
(or -n
) to disable installinggvm use tip -n
will use the tip