From 6d80d380375260a91092e1a468e2bde10ca6dd06 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:08:01 -0400 Subject: python/argcomplete: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/argcomplete/README | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'python') diff --git a/python/argcomplete/README b/python/argcomplete/README index f0ba50a1ae..169b9560ca 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. -- cgit v1.2.3