Unix and Linux Discussions Tagged with commands |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
17 |
13,439 |
Shell Programming and Scripting |
|
|
|
8 |
4,135 |
UNIX for Beginners Questions & Answers |
|
|
|
9 |
4,109 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
2,478 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
3,517 |
Shell Programming and Scripting |
|
|
|
2 |
716 |
UNIX for Beginners Questions & Answers |
|
|
|
8 |
5,626 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
4,294 |
Shell Programming and Scripting |
|
|
|
5 |
2,086 |
UNIX for Beginners Questions & Answers |
|
|
|
3 |
636 |
UNIX for Beginners Questions & Answers |
|
|
|
1 |
545 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
933 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
1,645 |
Shell Programming and Scripting |
|
|
|
4 |
2,065 |
UNIX for Beginners Questions & Answers |
|
|
|
6 |
2,393 |
UNIX for Beginners Questions & Answers |
|
|
|
2 |
4,774 |
OS X (Apple) |
|
|
|
3 |
1,049 |
What is on Your Mind? |
|
|
|
4 |
1,052 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
680 |
UNIX for Beginners Questions & Answers |
|
|
|
4 |
1,215 |
Shell Programming and Scripting |
|
|
|
6 |
1,327 |
Shell Programming and Scripting |
|
|
|
1 |
1,791 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
4,476 |
Shell Programming and Scripting |
|
|
|
14 |
11,828 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
3,641 |
SCO |
|
|
|
7 |
3,540 |
UNIX for Dummies Questions & Answers |
|
|
|
11 |
5,847 |
Red Hat |
|
|
|
6 |
2,663 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
3,755 |
Linux |
|
|
|
6 |
2,704 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,134 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
11,618 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
2,277 |
Shell Programming and Scripting |
|
|
|
1 |
5,888 |
Solaris |
|
|
|
6 |
5,722 |
UNIX for Dummies Questions & Answers |
|
|
|
3 |
8,807 |
Programming |
|
|
|
0 |
5,325 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,992 |
Shell Programming and Scripting |
|
|
|
7 |
2,635 |
Shell Programming and Scripting |
|
|
|
3 |
1,851 |
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)