debian man page for app::cmd::command::commands

Query: app::cmd::command::commands

OS: debian

Section: 3pm

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

App::Cmd::Command::commands(3pm)			User Contributed Perl Documentation			  App::Cmd::Command::commands(3pm)

NAME
App::Cmd::Command::commands - list the application's commands
VERSION
version 0.318
DESCRIPTION
This command plugin implements a "commands" command. This command will list all of an App::Cmd's commands and their abstracts.
METHODS
execute This is the command's primary method and raison d'etre. It prints the application's usage text (if any) followed by a sorted listing of the application's commands and their abstracts. The commands are printed in sorted groups (created by "sort_commands"); each group is set off by blank lines. "sort_commands" my @sorted = $cmd->sort_commands(@unsorted); This method orders the list of commands into sets which it returns as a list of arrayrefs. By default, the first group is for the "help" and "commands" commands, and all other commands are in the second group.
AUTHOR
Ricardo Signes <rjbs@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Ricardo Signes. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself. perl v5.14.2 2012-05-05 App::Cmd::Command::commands(3pm)
Related Man Pages
app::cmd::command(3pm) - debian
app::cmd::command::help(3pm) - debian
app::cmd::tester(3pm) - debian
app::cmd::tester::captureexternal(3pm) - debian
moosex::app::cmd(3pm) - debian
Similar Topics in the Unix Linux Community
AutoSys Tutorials
Which Unix for me?
How do you use UNIX commands in the Windows Command Line?
Counting lines for each application
Understanding 'du' command