[med-svn] [Git][med-team/q2cli][master] Add a patch to modify help message so that it informs zsh users how to enable autocompletion
Liubov Chuprikova
gitlab at salsa.debian.org
Sat Mar 23 13:52:58 GMT 2019
Liubov Chuprikova pushed to branch master at Debian Med / q2cli
Commits:
f2162cc2 by Liubov Chuprikova at 2019-03-23T13:52:30Z
Add a patch to modify help message so that it informs zsh users how to enable autocompletion
- - - - -
2 changed files:
- + debian/patches/inform_zsh_users_howto_set_autocompletion.patch
- debian/patches/series
Changes:
=====================================
debian/patches/inform_zsh_users_howto_set_autocompletion.patch
=====================================
@@ -0,0 +1,24 @@
+Author: Liubov Chuprikova <chuprikovalv at gmail.com>
+Last-Update: Sat, 23 Mar 2019 14:43:01 +0100
+Description: Bash users will have a working completion, but we also need to
+ inform zsh users how they can enable completion.
+
+--- a/q2cli/__main__.py
++++ b/q2cli/__main__.py
+@@ -17,15 +17,10 @@
+
+ To get help with QIIME 2, visit https://qiime2.org.
+
+-To enable tab completion in Bash, run the following command or add it to your \
+-.bashrc/.bash_profile:
+-
+- source tab-qiime
+-
+ To enable tab completion in ZSH, run the following commands or add them to \
+ your .zshrc:
+
+- autoload bashcompinit && bashcompinit && source tab-qiime
++ autoload bashcompinit && bashcompinit && source /usr/share/bash-completion/completions/qiime
+
+ """
+
=====================================
debian/patches/series
=====================================
@@ -1 +1,2 @@
call_py3.patch
+inform_zsh_users_howto_set_autocompletion.patch
View it on GitLab: https://salsa.debian.org/med-team/q2cli/commit/f2162cc2f5b606b4b9ebb893d0188c1ee0184ce2
--
View it on GitLab: https://salsa.debian.org/med-team/q2cli/commit/f2162cc2f5b606b4b9ebb893d0188c1ee0184ce2
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/debian-med-commit/attachments/20190323/d789f491/attachment.html>
More information about the debian-med-commit
mailing list