Shipwright::Script::Help - Show help


Shipwright documentation Contained in the Shipwright distribution.

Index


Code Index:

NAME

Top

Shipwright::Script::Help - Show help

SYNOPSIS

Top

 help create

AUTHORS

Top

sunnavy <sunnavy@bestpractical.com>

LICENCE AND COPYRIGHT

Top


Shipwright documentation Contained in the Shipwright distribution.

package Shipwright::Script::Help;
use strict;
use warnings;

use base 'App::CLI::Command::Help';

1;

__END__