We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3d39d6 commit ab03e8aCopy full SHA for ab03e8a
README.rst
@@ -6,7 +6,7 @@ Argcomplete provides easy, extensible command line tab completion of arguments f
6
7
It makes two assumptions:
8
9
-* You're using bash or zsh as your shell
+* You're using bash or zsh as your shell (limited support exists for other shells - see below)
10
* You're using `argparse <http://docs.python.org/3/library/argparse.html>`_ to manage your command line arguments/options
11
12
Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can
0 commit comments