NAME
Mojolicious::Command::Generate::Hypnotoad - Hypnotoad Generator Command
SYNOPSIS
use Mojolicious::Command::Generate::Hypnotoad;
my $hypnotoad = Mojolicious::Command::Generate::Hypnotoad->new;
$hypnotoad->run(@ARGV);
DESCRIPTION
Mojolicious::Command::Generate::Hypnotoad is a hypnotoad.conf
generator.
ATTRIBUTES
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.
METHODS
Mojolicious::Command::Generate::Hypnotoad inherits all methods from Mojo::Command and implements the following new ones.
run
$hypnotoad = $hypnotoad->run(@ARGV);
Run this command.