app::cli::command::help(3pm) debian man page | unix.com

Man Page: app::cli::command::help

Operating Environment: debian

Section: 3pm

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

NAME
App::CLI::Command::Help - output PODs of each command
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.10.1 2011-04-23 App::CLI::Command::Help(3pm)
Related Man Pages
app::cli(3) - mojave
app::cli::command5.18(3) - mojave
app::cli(3) - osx
app::cli(3pm) - debian
app::cmd::simple(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Introduction
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph