App::CLI::Command::Commands(3) User Contributed Perl Documentation 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; perl v5.40.0 2024-09-01 App::CLI::Command::Commands(3)