Merge pull request #7909 from xuanquynh/add_alias_of_run_script_command
Add alias of run-script commandpull/7925/head
commit
455b904267
|
@ -48,6 +48,7 @@ class RunScriptCommand extends BaseCommand
|
||||||
{
|
{
|
||||||
$this
|
$this
|
||||||
->setName('run-script')
|
->setName('run-script')
|
||||||
|
->setAliases(array('run'))
|
||||||
->setDescription('Runs the scripts defined in composer.json.')
|
->setDescription('Runs the scripts defined in composer.json.')
|
||||||
->setDefinition(array(
|
->setDefinition(array(
|
||||||
new InputArgument('script', InputArgument::OPTIONAL, 'Script name to run.'),
|
new InputArgument('script', InputArgument::OPTIONAL, 'Script name to run.'),
|
||||||
|
|
Loading…
Reference in New Issue