| App::CLI::Command::Commands(3) | User Contributed Perl Documentation | App::CLI::Command::Commands(3) |
App::CLI::Command::Commands - Print a list of commands for your app
package MyApp;
use base qw(App::CLI App::CLI::Command);
# Make your app get a list of commands
use constant alias => (
commands => '+App::CLI::Command::Commands',
);
1;
Print a list of commands registered for your application;
| 2017-11-05 | perl v5.34.0 |