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