mirror of
https://github.com/hauke68/Magallanes.git
synced 2026-09-06 09:28:57 +02:00
Add sample config for Magallanes' built-in commands
This commit is contained in:
@@ -20,6 +20,12 @@ use Mage\Console;
|
||||
*/
|
||||
class VersionCommand extends AbstractCommand
|
||||
{
|
||||
public function __construct()
|
||||
{
|
||||
$this->setName('Version command')
|
||||
->setHelpMessage('Displays the current version of Magallanes')
|
||||
->setSyntaxMessage('mage version');
|
||||
}
|
||||
/**
|
||||
* Display the Magallanes Version
|
||||
* @see \Mage\Command\AbstractCommand::run()
|
||||
|
||||
Reference in New Issue
Block a user