zsh-workers
 help / color / mirror / code / Atom feed
89588e4b23c5dc389f94dd827ab80cebbd781551 blob 524 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
 
#compdef vcsh

_arguments \
	':subcommand:((
		clone\:"clone from repo"
		help\:"display help"
		delete\:"delete repo"
		enter\:"Enter repo; spawn new \$SHELL"
		init\:"init & clone from repo"
		list\:"list all repos"
		list-tracked\:"list all files tracked by vcsh"
		list-tracked-by\:"list files tracked by a repo"
		rename\:"rename repo"
		run\:"run command on repo"
		setup\:"set up repo with recommended settings"
		write-gitignore\:"write .gitignore.d/foo via git ls-files"
		\<REPO\>\:"Run git command directly"
	))'
debug log:

solving 89588e4 ...
found 89588e4 in https://git.vuxu.org/mirror/zsh/

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).