Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: (4/3) _git-buildpackage: use a #desc: line



---

  If workers-29519 is applied, then this would make the already-existing
  `git-buildpackage' completion use a proper "#desc:" line, which could
  look like this:

zsh% git bu<tab>
- main porcelain command -
bundle        -- move objects and refs by archive
- third party addon -
buildpackage  -- build Debian packages from a git repository

  ...depending on a number of compsys-style, of course.


 Completion/Debian/Command/_git-buildpackage |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Completion/Debian/Command/_git-buildpackage b/Completion/Debian/Command/_git-buildpackage
index 936539f..9351008 100644
--- a/Completion/Debian/Command/_git-buildpackage
+++ b/Completion/Debian/Command/_git-buildpackage
@@ -1,4 +1,5 @@
 #compdef git-buildpackage
+#desc:build Debian packages from a git repository
 
 _arguments \
   '--version[show program version number and exit]' \
-- 
1.7.6



Messages sorted by: Reverse Date, Date, Thread, Author