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->run(@ARGV);
Run this command.