| Shipwright documentation | Contained in the Shipwright distribution. |
Shipwright::Script::Help - Show help
help create
sunnavy <sunnavy@bestpractical.com>
Shipwright is Copyright 2007-2011 Best Practical Solutions, LLC.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Shipwright documentation | Contained in the Shipwright distribution. |
package Shipwright::Script::Help; use strict; use warnings; use base 'App::CLI::Command::Help'; 1; __END__