1
0
Fork 0

Note for short names

pull/6613/head
Victor Isadov 2017-08-16 16:14:29 +03:00 committed by GitHub
parent 884a605bbe
commit 4a4bd4a6a2
1 changed files with 6 additions and 0 deletions

View File

@ -7,6 +7,12 @@ To get help from the command-line, simply call `composer` or `composer list`
to see the complete list of commands, then `--help` combined with any of those to see the complete list of commands, then `--help` combined with any of those
can give you more information. can give you more information.
As Composer uses [symfony/console](https://github.com/symfony/console) you can call commands by short name if it's not ambiguous.
```sh
composer dump
```
calls `composer dump-autoload`.
## Global Options ## Global Options
The following options are available with every command: The following options are available with every command: