mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 14:10:30 -04:00
Commit b7f05445c0
has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner)
5 lines
345 B
Text
5 lines
345 B
Text
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.
|