NAME
App::Cmd::Command::commands - list the application's commands
VERSION
$Id: /my/cs/projects/app-cmd/trunk/lib/App/Cmd/Command/commands.pm 24994 2006-08-24T04:32:29.796445Z rjbs $
DESCRIPTION
This command plugin implements a "commands" command. This command will list all of an App::Cmd's commands and their abstracts.
METHODS
run
List the app's commands.
sort_commands
my @sorted = $cmd->sort_commands( @unsorted );
Orders the list of commands so that 'help' and 'commands' show up at the top.