Amon2-CLI
view release on metacpan or search on metacpan
lib/Amon2/CLI.pm view on Meta::CPAN
my ($c) = @_;
# do something
print 'kaboom!';
});
=head1 DESCRIPTION
Amon2::CLI is B<ALPHA QUALITY>. B<I may change interfaces without a notice>.
This module gives you the easy way of CLI for Amon2 App. It handles to load class, to get options and to throw error.
=head1 CONFIGURE PLUGIN
You can write your own C<MyApp::CLI> class for customizing the way instead of C<Amon2::CLI>.
package MyApp::CLI;
use strict;
use warnings;
use parent qw/Amon2/;
( run in 0.245 second using v1.01-cache-2.11-cpan-496ff517765 )