Commit f2162cc2 authored by Liubov Chuprikova's avatar Liubov Chuprikova
Browse files

Add a patch to modify help message so that it informs zsh users how to enable autocompletion

parent e46d744c
Loading
Loading
Loading
Loading
+24 −0
Original line number Diff line number Diff line
Author: Liubov Chuprikova <chuprikovalv@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
 
 """
 
+1 −0
Original line number Diff line number Diff line
call_py3.patch
inform_zsh_users_howto_set_autocompletion.patch