From 0e8d56723a6d695104c62793e11a15fdb59949b6 Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Tue, 11 Nov 2008 12:13:50 +0000 Subject: 26023: skeletal completion for tg (topgit). --- Completion/Unix/Command/_topgit | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Completion/Unix/Command/_topgit (limited to 'Completion') diff --git a/Completion/Unix/Command/_topgit b/Completion/Unix/Command/_topgit new file mode 100644 index 000000000..f447456d1 --- /dev/null +++ b/Completion/Unix/Command/_topgit @@ -0,0 +1,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 -- cgit 1.4.1