table of contents
other versions
- Tumbleweed 0.520.0-1.2
- Leap-15.6
| App::CLI::Command::Commands(3) | User Contributed Perl Documentation | App::CLI::Command::Commands(3) |
NAME¶
App::CLI::Command::Commands - Print a list of commands for your app
SYNOPSIS¶
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;
DESCRIPTION¶
Print a list of commands registered for your application;
| 2025-06-03 | perl v5.42.0 |