freebsd-ports/devel/rubygem-docopt/pkg-descr
Lorenzo Salvadore 53c5995122
devel/rubygem-docopt: Add new port
Rubygem implementation of docopt.

Docopt helps you:
- define an interface for your command-line app, and
- automatically generate a parser for it.

Docopt is based on conventions that have been used in help messages for
decades and man pages for describing a program's interface. An
interface description in docopt is such a help message, but formalized.

WWW: https://github.com/docopt/docopt.rb

Reviewed by:	ruby (sunpoet)
Approved by:	gerald (mentor)
Differential Revision:	https://reviews.freebsd.org/D35031
2022-05-12 16:17:36 +02:00

11 lines
398 B
Text

Rubygem implementation of docopt.
Docopt helps you:
- define an interface for your command-line app, and
- automatically generate a parser for it.
Docopt is based on conventions that have been used in help messages for decades
and man pages for describing a program's interface. An interface description in
docopt is such a help message, but formalized.
WWW: https://github.com/docopt/docopt.rb