|
NAMEApp::CLI::Command::Commands - Print a list of commands for your appSYNOPSISpackage 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; DESCRIPTIONPrint a list of commands registered for your application;
Visit the GSP FreeBSD Man Page Interface. |