NAME
Mojolicious::Command::generate::heroku - Heroku configuration generator command
SYNOPSIS
use Mojolicious::Command::generate::heroku;
my $heroku = Mojolicious::Command::generate::heroku->new;
$heroku->run(@ARGV);
DESCRIPTION
Mojolicious::Command::generate::heroku is a heroku configuration generator.
ATTRIBUTES
Mojolicious::Command::generate::heroku inherits all attributes from Mojo::Command and implements the following new ones.
description
my $description = $heroku->description;
$heroku = $heroku->description('Foo!');
Short description of this command, used for the command list.
usage
my $usage = $heroku->usage;
$heroku = $heroku->usage('Foo!');
Usage information for this command, used for the help screen.
METHODS
Mojolicious::Command::generate::heroku inherits all methods from Mojo::Command and implements the following new ones.
run
$heroku->run(@ARGV);
Run this command.