1App::CLI::Command::CommUasnedrs(C3o)ntributed Perl DocumAepnpt:a:tCiLoIn::Command::Commands(3)
2
3
4

NAME

6       App::CLI::Command::Commands - Print a list of commands for your app
7

SYNOPSIS

9           package MyApp;
10           use base qw(App::CLI App::CLI::Command);
11
12           # Make your app get a list of commands
13           use constant alias => (
14               commands => '+App::CLI::Command::Commands',
15           );
16
17           1;
18

DESCRIPTION

20       Print a list of commands registered for your application;
21
22
23
24perl v5.34.0                      2021-07-22    App::CLI::Command::Commands(3)
Impressum