From 5bda03a221f103be094cf36220b49eab0f2020ea Mon Sep 17 00:00:00 2001 From: Vijay Marcel Date: Fri, 15 Sep 2023 22:33:55 +0900 Subject: python/python3-argcomplete: Added (tab completion). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python3-argcomplete/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 python/python3-argcomplete/README (limited to 'python/python3-argcomplete/README') 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 + -- cgit v1.2.3