Skip to content
_vcsh 231 B
Newer Older
Richard Hartmann's avatar
Richard Hartmann committed
#compdef vcsh

_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"
	))'