NAME

Mojolicious::Command::listdeps - Command to list dependencies for a Mojolicious project

DESCRIPTION

Mojolicious::Command::listdeps lists all module dependencies, and is typically invoked from the command line in the root of your Mojolicious project

SYNOPSIS

use Mojolicious::Command::listdeps;

my $command = Mojolicious::Command::listdeps->new;
$command->run(@ARGV);

ATTRIBUTES

Mojolicious::Command::listdeps inherits the following attributes from Mojolicious::Command

description

Short description displayed in the "mojo" command list

usage

Displayed in response to mojo help listdeps

METHODS

Mojolicious::Command::listdeps inherits its methods from from Mojolicious::Command