コード例 #1
0
ファイル: module.php プロジェクト: astorm/pestle
/**
* 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);
}
コード例 #2
0
ファイル: module.php プロジェクト: cmykna/pestle
/**
* 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);
}