App-Easer
view release on metacpan or search on metacpan
fine for you, it's fair to assume that you will not need to get a newer
one later.
App::Easer provides the scaffolding for implementing hierarchical
command-line applications in a very fast way.
Development today happens only in App::Easer::V2. The legacy interface
is still available in App::Easer::V1, which is also the default but has
its own documentation.
BUGS AND LIMITATIONS
Minimum perl version 5.24.
Report bugs through GitHub (patches welcome) at
https://github.com/polettix/App-Easer.
AUTHOR
Flavio Poletti <flavio@polettix.it>
lib/App/Easer.pod view on Meta::CPAN
newer one later.
App::Easer provides the scaffolding for implementing hierarchical
command-line applications in a very fast way.
Development today happens only in L<App::Easer::V2>. The legacy
interface is still available in L<App::Easer::V1>, which is also the
default but has its own documentation.
=head1 BUGS AND LIMITATIONS
Minimum perl version 5.24.
Report bugs through GitHub (patches welcome) at
L<https://github.com/polettix/App-Easer>.
=head1 AUTHOR
Flavio Poletti <flavio@polettix.it>
lib/App/Easer/V1.pod view on Meta::CPAN
hash, then looking into modules (and caching the search in the hash).
=head2 stock_commands
=head2 stock_help
=head2 validate_configuration
=end hidden
=head1 BUGS AND LIMITATIONS
Minimum perl version 5.24.
Report bugs through GitHub (patches welcome) at
L<https://github.com/polettix/App-Easer>.
=head1 AUTHOR
Flavio Poletti <flavio@polettix.it>
lib/App/Easer/V2.pod view on Meta::CPAN
return $self->run_help if $self->config('help');
# ... normal code for "execute"
# ...
}
As of versions after C<2.007001> (not included) it is possible to pass
an additional parameter to C<run_help> with string C<usage>, to get a
shorter help which does not include the C<Description> section.
=head1 BUGS AND LIMITATIONS
Minimum perl version 5.24.
Report bugs through GitHub (patches welcome) at
L<https://github.com/polettix/App-Easer>.
=head1 AUTHOR
Flavio Poletti <flavio@polettix.it>
( run in 0.527 second using v1.01-cache-2.11-cpan-4d50c553e7e )