1
0
Fork 0

Merge pull request #7909 from xuanquynh/add_alias_of_run_script_command

Add alias of run-script command
pull/7925/head
Jordi Boggiano 2019-01-28 11:01:17 +01:00 committed by GitHub
commit 455b904267
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.'),