diff options
-rw-r--r-- | python/argh/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/argh/README b/python/argh/README index 495df0e967ef1..01955b707600a 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. |