Query: app::cli::command::help
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
App::CLI::Command::Help(3pm) User Contributed Perl Documentation App::CLI::Command::Help(3pm)NAMEApp::CLI::Command::Help - output PODs of each commandSYNOPSISpackage 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.10.1 2011-04-23 App::CLI::Command::Help(3pm)
Related Man Pages |
---|
app::cli::command(3) - mojave |
app::cli(3) - osx |
app::cli::command(3pm) - debian |
app::cmd::command::commands(3pm) - debian |
app::cmd::setup(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Installing Dash Shell on OS X Lion |
Is UNIX an open source OS ? |
Introduction |
Detecting unused variables... |