forked from Lainports/freebsd-ports
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)
13 lines
746 B
Text
13 lines
746 B
Text
Commandlines is a Python library for command line application development that
|
|
supports command line argument parsing, command string validation testing, &
|
|
application logic. It has no external dependencies and provides broad Python
|
|
interpreter support.
|
|
|
|
The library supports application development with POSIX guideline compliant[*]
|
|
command argument styles, the GNU argument style extensions to the POSIX
|
|
guidelines (including long option syntax and variable position of options among
|
|
arguments), and command suite style application arguments that include one or
|
|
more sub-commands to the executable.
|
|
|
|
[*] with the exception of the short single option-argument definition syntax
|
|
that does not include an intervening space character (e.g. -ofile)
|