osx man page for app::cli::command::help

Query: app::cli::command::help

OS: osx

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

App::CLI::Command::Help(3)				User Contributed Perl Documentation				App::CLI::Command::Help(3)

NAME
App::CLI::Command::Help
SYNOPSIS
package 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 }
DESCRIPTION
Your 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.16.2 2010-11-23 App::CLI::Command::Help(3)
Related Man Pages
app::cli::command5.18(3) - mojave
app::cli(3pm) - debian
app::cli::command(3pm) - debian
app::cmd::command(3pm) - debian
app::cmd::command::help(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
At A Glance Coloured Real Time Bargraph Generator...
Hearing Aid for OSX 10.12.x and greater.
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location