diff options
author | miwi <miwi@FreeBSD.org> | 2007-01-06 06:35:33 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-01-06 06:35:33 +0800 |
commit | cfe935116196dc7f8ce73be7992e745bd4efee6f (patch) | |
tree | 976ff64e2b489bf887293544d3b465b8956da06d /devel/Makefile | |
parent | 07bebb240c55d9e5dbc52092e231948ecda278ab (diff) | |
download | freebsd-ports-gnome-cfe935116196dc7f8ce73be7992e745bd4efee6f.tar.gz freebsd-ports-gnome-cfe935116196dc7f8ce73be7992e745bd4efee6f.tar.zst freebsd-ports-gnome-cfe935116196dc7f8ce73be7992e745bd4efee6f.zip |
Argparse takes the best of the optparse command-line parsing module and brings
it new life. Argparse adds positional as well as optional arguments, the
ability to create parsers for sub-commands, more informative help and usage
messages, and much more. At the same time, it retains the ease and flexibility
of use that made optparse so popular.
WWW: http://argparse.python-hosting.com/
PR: ports/107556
Submitted by: Li-Wen Hsu <lwhsu at lwhsu.org>
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index c09be4af3130..1134e45b1091 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1706,6 +1706,7 @@ SUBDIR += publib SUBDIR += pwlib SUBDIR += py-anonfunc + SUBDIR += py-argparse SUBDIR += py-asn1 SUBDIR += py-astng SUBDIR += py-bison |