diff --git a/bin/gvm b/bin/gvm index a71ae50..1983bfc 100755 --- a/bin/gvm +++ b/bin/gvm @@ -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