From 28dbbb5f42c0880cd6ce1be33c7b0bb776b189de Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 15 Jul 2015 11:46:42 -0400 Subject: update re builtin support --- .../comment_5_d45570fd750ae8d69dedc3edeef0cc10._comment | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 doc/forum/bash_completion/comment_5_d45570fd750ae8d69dedc3edeef0cc10._comment (limited to 'doc') diff --git a/doc/forum/bash_completion/comment_5_d45570fd750ae8d69dedc3edeef0cc10._comment b/doc/forum/bash_completion/comment_5_d45570fd750ae8d69dedc3edeef0cc10._comment new file mode 100644 index 000000000..050c81d2c --- /dev/null +++ b/doc/forum/bash_completion/comment_5_d45570fd750ae8d69dedc3edeef0cc10._comment @@ -0,0 +1,15 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 5""" + date="2015-07-15T15:44:11Z" + content=""" +I've recently added built-in bash completion to git-annex, which is output +by the `--bash-completion-script` option. It knows about all sub-commands, +and all options, and will automatically always be up-to-date with the +argument parser! + +Currently, it only works for completing "git-annex", not "git annex". +Supporting the latter would probably require some hacks to git's own bash +completion code, or possibly a smart way to hook into it.. Help with that +would be appreciated. +"""]] -- cgit v1.2.3