NAME
Mojolicious::Command::Generate::Gitignore - Gitignore Generator Command
SYNOPSIS
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.