NAME
Mojolicious::Command::package - Package command
SYNOPSIS
Usage: APPLICATION package [OPTIONS]
mojo package
Options:
-h, --help Show this summary of available options
DESCRIPTION
Mojolicious::Command::package packages the current git repo for distribution.
ATTRIBUTES
Mojolicious::Command::package inherits all attributes from Mojolicious::Command and implements the following new ones.
description
my $description = $v->description;
$v = $v->description('Foo');
Short description of this command, used for the command list.
usage
my $usage = $v->usage;
$v = $v->usage('Foo');
Usage information for this command, used for the help screen.
METHODS
Mojolicious::Command::package inherits all methods from Mojolicious::Command and implements the following new ones.
run
$v->run(@ARGV);
Run this command.