The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mojolicious::Commands - Commands

SYNOPSIS

    use Mojo::Commands;

    my $commands = Mojolicious::Commands->new;
    $commands->run(@ARGV);

DESCRIPTION

Mojolicous::Commands is a interactive command interface.

ATTRIBUTES

Mojolicious::Commands inherits all attributes from Mojo::Commands and implements the following new ones.

namespaces

    my $namespaces = $commands->namespaces;
    $commands      = $commands->namespaces(['Mojolicious::Commands']);

METHODS

Mojolicious::Commands inherits all methods from Mojo::Commands.