Unix and Linux Discussions Tagged with commands |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
17 |
15,997 |
Shell Programming and Scripting |
|
|
|
8 |
5,000 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,375 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,594 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,666 |
Shell Programming and Scripting |
|
|
|
2 |
829 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
6,166 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,433 |
Shell Programming and Scripting |
|
|
|
5 |
2,209 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
722 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
606 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,004 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,830 |
Shell Programming and Scripting |
|
|
|
4 |
2,442 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,996 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
5,433 |
OS X (Apple) |
|
|
|
3 |
1,187 |
What is on Your Mind? |
|
|
|
4 |
1,260 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
743 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,368 |
Shell Programming and Scripting |
|
|
|
6 |
1,468 |
Shell Programming and Scripting |
|
|
|
1 |
1,873 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,720 |
Shell Programming and Scripting |
|
|
|
14 |
12,641 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,711 |
SCO |
|
|
|
7 |
3,769 |
UNIX for Dummies Questions & Answers |
|
|
|
11 |
6,011 |
Red Hat |
|
|
|
6 |
2,751 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,890 |
Linux |
|
|
|
6 |
2,779 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,207 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
11,823 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,341 |
Shell Programming and Scripting |
|
|
|
1 |
6,018 |
Solaris |
|
|
|
6 |
5,855 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,920 |
Programming |
|
|
|
0 |
5,404 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,085 |
Shell Programming and Scripting |
|
|
|
7 |
2,754 |
Shell Programming and Scripting |
|
|
|
3 |
1,907 |
UNIX for Dummies Questions & Answers |
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)