Man Page: app::cli::command::help5.18
Operating Environment: mojave
Section: 3
App::CLI::Command::Help(3) User Contributed Perl Documentation App::CLI::Command::Help(3)NAMEApp::CLI::Command::HelpSYNOPSISpackage MyApp::Help; use base qw(App::CLI::Command::Help); sub run { my ($self, @args) = @_; # preprocess $self->SUPER(@_); # App::CLI::Command::Help would output PODs of each command }DESCRIPTIONYour command class should be capitalized. To add help message , you just add pod in command class: package YourApp::Command::Foo; =head1 NAME YourApp::Command::Foo - execute foo =head1 DESCRIPTION blah blah =head1 USAGE .... =cut perl v5.18.2 2010-11-23 App::CLI::Command::Help(3)
| Related Man Pages |
|---|
| app::cli(3) - osx |
| app::cli::command5.12(3) - osx |
| app::cli::command(3pm) - debian |
| app::cmd::setup(3pm) - debian |
| dist::zilla::app::command::listdeps(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Update: Uploading Movies at Attachments to Posts |
| My first PERL incarnation... Audio Oscillograph |
| How can I direct messages from mac console.app to a log file? |