| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |
use Mojolicious::Command::Generate::Hypnotoad; my $hypnotoad = Mojolicious::Command::Generate::Hypnotoad->new; $hypnotoad->run(@ARGV);
Mojolicious::Command::Generate::Hypnotoad is a hypnotoad.conf
generator.
Mojolicious::Command::Generate::Hypnotoad inherits all attributes from Mojo::Command and implements the following new ones.
description my $description = $hypnotoad->description;
$hypnotoad = $hypnotoad->description('Foo!');
Short description of this command, used for the command list.
usage my $usage = $hypnotoad->usage;
$hypnotoad = $hypnotoad->usage('Foo!');
Usage information for this command, used for the help screen.
Mojolicious::Command::Generate::Hypnotoad inherits all methods from Mojo::Command and implements the following new ones.
run$hypnotoad = $hypnotoad->run(@ARGV);
Run this command.
Mojolicious, Mojolicious::Guides, http://mojolicio.us.
| Mojolicious documentation | view source | Contained in the Mojolicious distribution. |