mirror of
https://github.com/wahyd4/gvm.git
synced 2026-08-09 04:46:19 +10:00
Added implode command
This commit is contained in:
@@ -1,9 +1,12 @@
|
||||
if [[ $1 == "version" ]]; then
|
||||
echo "Go Version Manager v$GVM_VERSION"
|
||||
elif [[ $1 == "implode" ]]; then
|
||||
rm -rf ~/.gvm
|
||||
else
|
||||
echo "== Usage
|
||||
gvm Action
|
||||
== Action
|
||||
version - print the gvm version number"
|
||||
version - print the gvm version number
|
||||
implode - completely remove gvm"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user