-
-
28 Apr 2022 15:19:54 UTC
- Distribution: Minion
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues
- Testers (287 / 0 / 9)
- Kwalitee
Bus factor: 2- 26.91% Coverage
- License: artistic_2
- Perl: v5.16.0
- Activity
24 month- Tools
- Download (1.62MB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
NAME
Minion::Command::minion - Minion command
SYNOPSIS
Usage: APPLICATION minion COMMAND [OPTIONS]
DESCRIPTION
Minion::Command::minion lists available Minion commands.
ATTRIBUTES
Minion::Command::minion inherits all attributes from Mojolicious::Commands and implements the following new ones.
description
my $description = $minion->description; $minion = $minion->description('Foo');
Short description of this command, used for the command list.
hint
my $hint = $minion->hint; $minion = $minion->hint('Foo');
Short hint shown after listing available Minion commands.
message
my $msg = $minion->message; $minion = $minion->message('Bar');
Short usage message shown before listing available Minion commands.
namespaces
my $namespaces = $minion->namespaces; $minion = $minion->namespaces(['MyApp::Command::minion']);
Namespaces to search for available Minion commands, defaults to Minion::Command::minion.
METHODS
Minion::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 ALSO
Minion, Minion::Guide, https://minion.pm, Mojolicious::Guides, https://mojolicious.org.
Module Install Instructions
To install Minion, copy and paste the appropriate command in to your terminal.
cpanm Minion
perl -MCPAN -e shell install Minion
For more information on module installation, please visit the detailed CPAN module installation guide.