From 4a4bd4a6a2d09bc09bee874a152d2a44b92ae4ed Mon Sep 17 00:00:00 2001 From: Victor Isadov Date: Wed, 16 Aug 2017 16:14:29 +0300 Subject: [PATCH] Note for short names --- doc/03-cli.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/03-cli.md b/doc/03-cli.md index 0c129801c..ae1e42a6f 100644 --- a/doc/03-cli.md +++ b/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: