diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:08:01 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 6d80d380375260a91092e1a468e2bde10ca6dd06 (patch) | |
tree | ac8b549923f898a4a49357e85041f6821eb56d40 | |
parent | ec0ff38c8bc34b656da20759695bb2bd0748d755 (diff) |
python/argcomplete: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/argcomplete/README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/python/argcomplete/README b/python/argcomplete/README index f0ba50a1ae01..169b9560cac9 100644 --- a/python/argcomplete/README +++ b/python/argcomplete/README @@ -2,13 +2,12 @@ Bash tab completion for argparse. Tab complete all the things! -Argcomplete provides easy, extensible command line tab completion of arguments -for your Python script. +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. -Note: -You need to run (as root) 'activate-global-python-argcomplete' script once you -install this package. +Note: You need to run (as root) 'activate-global-python-argcomplete' +script once you install this package. |