#compdef vcsh

#		use\:"use/enter repo"
#		exit\:"exit repo"
_arguments \
	':subcommand:((
		help\:"display help"
		list\:"list all repos"
		run\:"run command on repo"
		init\:"init & clone from repo"
		clone\:"clone from repo"
	))'