Bot::Net::Script::Help - Get help using Bot::Net


Bot-Net documentation Contained in the Bot-Net distribution.

Index


Code Index:

NAME

Top

Bot::Net::Script::Help - Get help using Bot::Net

SYNOPSIS

Top

Try:

  bin/botnet help <command>

AUTHORS

Top

Andrew Sterling Hanenkamp <hanenkamp@cpan.org>

COPYRIGHT AND LICENSE

Top


Bot-Net documentation Contained in the Bot-Net distribution.

use strict;
use warnings;

package Bot::Net::Script::Help;
use base qw/ App::CLI::Command::Help /;

1;