Improve documentation about the new bash completion feature (#10962)
parent
6cb5576a32
commit
4aa3258d19
|
@ -15,9 +15,13 @@ calls `composer dump-autoload`.
|
|||
|
||||
## Bash Completions
|
||||
|
||||
To install bash completions you can run `composer completion bash > completion.bash` (put the file
|
||||
in /etc/bash_completion.d/composer to make it load automatically in new terminals) and then
|
||||
`source completion.bash` to enable it in the current terminal session.
|
||||
To install bash completions you can run `composer completion bash > completion.bash`.
|
||||
This will create a `completion.bash` file in the current directory.
|
||||
|
||||
Then execute `source completion.bash` to enable it in the current terminal session.
|
||||
|
||||
Move and rename the `completion.bash` file to `/etc/bash_completion.d/composer` to make
|
||||
it load automatically in new terminals.
|
||||
|
||||
## Global Options
|
||||
|
||||
|
|
Loading…
Reference in New Issue