aboutsummaryrefslogtreecommitdiff
path: root/python/python3-argcomplete/README
diff options
context:
space:
mode:
authorVijay Marcel <vijaymarcel@outlook.com>2023-09-15 22:33:55 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-17 00:10:22 +0700
commit5bda03a221f103be094cf36220b49eab0f2020ea (patch)
tree60135dc24fb576277a8123357f7372b278fc3d68 /python/python3-argcomplete/README
parent1b6ce9ea8331f939ee940410c45dee26e2568a8e (diff)
python/python3-argcomplete: Added (tab completion).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-argcomplete/README')
-rw-r--r--python/python3-argcomplete/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/python/python3-argcomplete/README b/python/python3-argcomplete/README
new file mode 100644
index 0000000000..552b07baf5
--- /dev/null
+++ b/python/python3-argcomplete/README
@@ -0,0 +1,12 @@
+Argcomplete provides easy, extensible command line tab completion
+of arguments for your Python script.Argcomplete is particularly
+useful if your program has lots of options or subparsers, and
+if your program can dynamically suggest completions for
+your argument/option values.
+
+It makes two assumptions:
+
+* You're using bash as your shell
+* You're using argparse to manage your
+ command line arguments/options
+