freebsd-ports/devel/rubygem-getoptlong/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

9 lines
417 B
Text

The GetoptLong class allows you to parse command line options similarly to the
GNU getopt_long() C library call. Note, however, that GetoptLong is a pure Ruby
implementation.
GetoptLong allows for POSIX-style options like --file as well as single letter
options like -f
The empty option -- (two minus symbols) is used to end option processing. This
can be particularly important if options have optional arguments.