Ejemplo n.º 1
0
/**
* Alias for list
* @command help
*/
function pestle_cli($argv)
{
    require_once __DIR__ . '/../list_commands/module.php';
    if (isset($argv[0])) {
        $argv[0] = applyCommandNameAlias($argv[0]);
    }
    return \Pulsestorm\Magento2\Cli\List_Commands\pestle_cli($argv);
}
Ejemplo n.º 2
0
/**
* Alias for list
* @command help
*/
function pestle_cli($argv)
{
    require_once __DIR__ . '/../list_commands/module.php';
    return \Pulsestorm\Magento2\Cli\List_Commands\pestle_cli($argv);
}