1App::CLI::Command::CommUasnedrs(C3o)ntributed Perl DocumAepnpt:a:tCiLoIn::Command::Commands(3)
23
4
NAME
6App::CLI::Command::Commands - Print a list of commands for your app
7
SYNOPSIS
9package MyApp;
10use base qw(App::CLI App::CLI::Command);
1112
# Make your app get a list of commands
13use constant alias => (
14commands => '+App::CLI::Command::Commands',
15);
1617
1;
18
DESCRIPTION
20Print a list of commands registered for your application;
2122
23
24
perl v5.32.1 2021-01-26 App::CLI::Command::Commands(3)