GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Minion::Command::minion(3) User Contributed Perl Documentation Minion::Command::minion(3)

Minion::Command::minion - Minion command

  Usage: APPLICATION minion COMMAND [OPTIONS]

Minion::Command::minion lists available Minion commands.

Minion::Command::minion inherits all attributes from Mojolicious::Commands and implements the following new ones.

  my $description = $minion->description;
  $minion         = $minion->description('Foo');

Short description of this command, used for the command list.

  my $hint = $minion->hint;
  $minion  = $minion->hint('Foo');

Short hint shown after listing available Minion commands.

  my $msg = $minion->message;
  $minion = $minion->message('Bar');

Short usage message shown before listing available Minion commands.

  my $namespaces = $minion->namespaces;
  $minion        = $minion->namespaces(['MyApp::Command::minion']);

Namespaces to search for available Minion commands, defaults to Minion::Command::minion.

Minion::Command::minion inherits all methods from Mojolicious::Commands and implements the following new ones.

  $minion->help('app');

Print usage information for Minion command.

Minion, Minion::Guide, <https://minion.pm>, Mojolicious::Guides, <https://mojolicious.org>.
2022-01-20 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.