zshrs 0.9.2

The first compiled Unix shell — bytecode VM, worker pool, AOP intercept, SQLite caching
Documentation
1
2
3
4
5
6
7
8
#compdef tg
local expl

if (( CURRENT == 2 )); then
  _wanted subcmd expl 'topgit command' compadd create delete export import info patch remote summary update
else
  _files
fi