|
NAMEMinion::Command::minion - Minion commandSYNOPSISUsage: APPLICATION minion COMMAND [OPTIONS] DESCRIPTIONMinion::Command::minion lists available Minion commands.ATTRIBUTESMinion::Command::minion inherits all attributes from Mojolicious::Commands and implements the following new ones.descriptionmy $description = $minion->description; $minion = $minion->description('Foo'); Short description of this command, used for the command list. hintmy $hint = $minion->hint; $minion = $minion->hint('Foo'); Short hint shown after listing available Minion commands. messagemy $msg = $minion->message; $minion = $minion->message('Bar'); Short usage message shown before listing available Minion commands. namespacesmy $namespaces = $minion->namespaces; $minion = $minion->namespaces(['MyApp::Command::minion']); Namespaces to search for available Minion commands, defaults to Minion::Command::minion. METHODSMinion::Command::minion inherits all methods from Mojolicious::Commands and implements the following new ones.help$minion->help('app'); Print usage information for Minion command. SEE ALSOMinion, Minion::Guide, <https://minion.pm>, Mojolicious::Guides, <https://mojolicious.org>.
Visit the GSP FreeBSD Man Page Interface. |