After I installed gvp and do `source gvp`, I tried to `gvp version` but my console exited. I found the following (https://github.com/pote/gvp/blob/master/bin/gvp#L122) ``` case "$1" in "version") echo ">> gvp v0.3.0" && exit 0 ;; ``` I am curious if `gvp` really want user leave terminal after `gvp version`
After I installed gvp and do
source gvp, I tried togvp versionbut my console exited. I found the following(https://github.com/pote/gvp/blob/master/bin/gvp#L122)
I am curious if
gvpreally want user leave terminal aftergvp version