Skip to main content
Sign in
Snippets Groups Projects
Select Git revision
  • 04bcb7615438a312a67c4c731cd72d488866836a
  • release default protected
  • more-testing
  • attempt-vax90b1
  • attempt-1
  • conversion protected
  • linux
  • v0.9.1 protected
  • v0.9.0 protected
9 results

main.go

Blame
  • _vcsh 233 B
    #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"
    	))'