From f8002daa802d24a5f22130807cdcb247d01a7327 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 14 Mar 2022 04:08:12 -0400 Subject: python/argh: Wrap README at 72 columns. Signed-off-by: B. Watson --- python/argh/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'python') diff --git a/python/argh/README b/python/argh/README index 495df0e967..01955b7076 100644 --- a/python/argh/README +++ b/python/argh/README @@ -1,6 +1,6 @@ -Building a command-line interface? Found yourself uttering "argh!" while -struggling with the API of `argparse`? Don't like the complexity but need -the power? +Building a command-line interface? Found yourself uttering +"argh!" while struggling with the API of `argparse`? Don't like the +complexity but need the power? Argh is a smart wrapper for argparse. Argparse is a very powerful tool; Argh just makes it easy to use. -- cgit v1.2.3