Skip to content

Commit ab03e8a

Browse files
authored
Update README.rst
1 parent a3d39d6 commit ab03e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Argcomplete provides easy, extensible command line tab completion of arguments f
66

77
It makes two assumptions:
88

9-
* You're using bash or zsh as your shell
9+
* You're using bash or zsh as your shell (limited support exists for other shells - see below)
1010
* You're using `argparse <http://docs.python.org/3/library/argparse.html>`_ to manage your command line arguments/options
1111

1212
Argcomplete is particularly useful if your program has lots of options or subparsers, and if your program can

0 commit comments

Comments
 (0)