1
0
Fork 0

Add alias of run-script command

pull/7909/head
Nguyễn Xuân Quỳnh 2019-01-20 12:46:13 +07:00
parent 0e44d53bda
commit bcff704bc5
1 changed files with 1 additions and 0 deletions

View File

@ -48,6 +48,7 @@ class RunScriptCommand extends BaseCommand
{
$this
->setName('run-script')
->setAliases(array('run'))
->setDescription('Runs the scripts defined in composer.json.')
->setDefinition(array(
new InputArgument('script', InputArgument::OPTIONAL, 'Script name to run.'),