1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-07-13 05:21:40 +02:00
zsh/Completion/Unix/Command/_topgit
2008-11-11 12:13:50 +00:00

8 lines
177 B
Text

#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