Mojolicious::Command::Generate::Hypnotoad
НАЗВАНИЕ
Mojolicious::Command::Generate::Hypnotoad - Hypnotoad Generator Command
КРАТКИЙ ОБЗОР
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.