瀏覽代碼

Note for short names

Victor Isadov 7 年之前
父節點
當前提交
4a4bd4a6a2
共有 1 個文件被更改,包括 6 次插入0 次删除
  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: