X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/4065cb986a38a4152cfee734e2a4ba9100e0e37d..c9ea249c48750be6524c67a9bc362fabe2226949:/_vcsh diff --git a/_vcsh b/_vcsh index 6a21605..4fe1e5f 100644 --- a/_vcsh +++ b/_vcsh @@ -1,12 +1,12 @@ #compdef vcsh +# use\:"use/enter repo" +# exit\:"exit repo" _arguments \ ':subcommand:(( help\:"display help" list\:"list all repos" - use\:"use/enter repo" run\:"run command on repo" init\:"init & clone from repo" clone\:"clone from repo" - exit\:"exit repo" ))'