App::CLI::Command::Help man page on Darwin

Man page or keyword search:  
man Server   23457 pages
apropos Keyword Search (all sections)
Output format
Darwin logo
[printable version]

App::CLI::Command::HelUser Contributed Perl DocumentApp::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)
[top]

List of man pages available for Darwin

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net