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