X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/2a61549feb63117b5ffaa6fef5f80feb293b3dbe..980cf95c728f02610649fc4dee37a24f00d8dfd3:/_vcsh?ds=sidebyside

diff --git a/_vcsh b/_vcsh
index 5a14f64..6ee95c8 100644
--- a/_vcsh
+++ b/_vcsh
@@ -4,10 +4,12 @@
 #		exit\:"exit repo"
 _arguments \
 	':subcommand:((
+		clone\:"clone from repo"
 		help\:"display help"
+		init\:"init & clone from repo"
+		delete\:"delete repo"
 		list\:"list all repos"
 		run\:"run command on repo"
-		init\:"init & clone from repo"
-		clone\:"clone from repo"
 		seed-gitignore\:"seed .gitignore.d/foo from git ls-files"
+		\<REPO\>\:"Run git command directly"
 	))'