Merge pull request #4757 from bamarni/patch-7
[doc] add a link about composer auto-completionpull/4761/head
commit
0119c00560
|
@ -589,6 +589,11 @@ To get more information about a certain command, just use `help`.
|
||||||
php composer.phar help install
|
php composer.phar help install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Command-line completion
|
||||||
|
|
||||||
|
Command-line completion can be enabled by following instructions
|
||||||
|
[on this page](https://github.com/bamarni/symfony-console-autocomplete).
|
||||||
|
|
||||||
## Environment variables
|
## Environment variables
|
||||||
|
|
||||||
You can set a number of environment variables that override certain settings.
|
You can set a number of environment variables that override certain settings.
|
||||||
|
|
Loading…
Reference in New Issue