f28cc52c27
CLI::Osprey is a module to assist in writing commandline applications with M* OO modules (Moose, Moo, Mo). With it, you structure your app as one or more modules, which get instantiated with the commandline arguments as attributes. Arguments are parsed using Getopt::Long::Descriptive, and both long and short help messages as well as complete manual pages are automatically generated. An app can be a single command with options, or have sub-commands (like git). Sub-commands can be defined as modules (with options of their own) or as simple coderefs. WWW: https://metacpan.org/release/CLI-Osprey
10 lines
409 B
Text
10 lines
409 B
Text
%%SITE_PERL%%/CLI/Osprey.pm
|
|
%%SITE_PERL%%/CLI/Osprey/Descriptive.pm
|
|
%%SITE_PERL%%/CLI/Osprey/Descriptive/Usage.pm
|
|
%%SITE_PERL%%/CLI/Osprey/InlineSubcommand.pm
|
|
%%SITE_PERL%%/CLI/Osprey/Role.pm
|
|
%%PERL5_MAN3%%/CLI::Osprey.3.gz
|
|
%%PERL5_MAN3%%/CLI::Osprey::Descriptive.3.gz
|
|
%%PERL5_MAN3%%/CLI::Osprey::Descriptive::Usage.3.gz
|
|
%%PERL5_MAN3%%/CLI::Osprey::InlineSubcommand.3.gz
|
|
%%PERL5_MAN3%%/CLI::Osprey::Role.3.gz
|