App::Cmd::Command::commands - list the application's commands


App-Cmd documentation  | view source Contained in the App-Cmd distribution.

Index


NAME

Top

App::Cmd::Command::commands - list the application's commands

VERSION

Top

version 0.311

DESCRIPTION

Top

This command plugin implements a "commands" command. This command will list all of an App::Cmd's commands and their abstracts.

METHODS

Top

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

Top

Ricardo Signes <rjbs@cpan.org>

COPYRIGHT AND LICENSE

Top


App-Cmd documentation  | view source Contained in the App-Cmd distribution.