Browse Source

Note for short names

Victor Isadov 7 năm trước cách đây
mục cha
commit
4a4bd4a6a2
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      doc/03-cli.md

+ 6 - 0
doc/03-cli.md

@@ -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
 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
 
 The following options are available with every command: