
Mojo::Command::Fastcgi - FastCGI Command

use Mojo::Command::Fastcgi;
my $fastcgi = Mojo::Command::Fastcgi->new;
$fastcgi->run(@ARGV);

Mojo::Command::Fastcgi is a command interface to Mojo::Server::FastCGI.

Mojo::Command::FastCGI inherits all attributes from Mojo::Command and implements the following new ones.
description my $description = $fastcgi->description;
$fastcgi = $fastcgi->description('Foo!');
usage my $usage = $fastcgi->usage;
$fastcgi = $fastcgi->usage('Foo!');

Mojo::Command::Fastcgi inherits all methods from Mojo::Command and implements the following new ones.
run$fastcgi = $fastcgi->run(@ARGV);