You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,6 @@ Enables shell autocompletion for tools based on the
24
24
Notably, the composer global bin directory needs to be in your path.
25
25
See https://getcomposer.org/doc/03-cli.md#global for instructions on how todo that.
26
26
* If you're using bash, you'll have to make sure [programmable completion functions](https://github.com/scop/bash-completion) are available. Linux distributions usually ship it and enable it by default. On Mac OSX, you can install it with brew (`brew install bash-completion`) and enable it by adding `source $(brew --prefix)/etc/bash_completion` at the end of your `.bashrc`.
27
-
* If you wish to use a Console-based tool with an entrypoint name something other than `console` (i.e. Composer), ensure it’s in the list of [supported tools](#supported-tools), or open a PR to add it to the list.
28
27
29
28
## Installation
30
29
@@ -40,6 +39,8 @@ Add the following line at the end of your shell configuration file (`~/.bash_pro
40
39
41
40
Close / re-open your terminal window and you're ready to go!
42
41
42
+
Note that quick setup only works for [supported tools](#supported-tools).
43
+
43
44
## Static setup
44
45
45
46
If you don't like all the magic from the quick setup and want to go with a more standard way,
@@ -104,9 +105,9 @@ A solution is to supply the `SHELL` environment variable as part of the `docker
104
105
105
106
## Supported tools
106
107
107
-
Any tool using the Symfony Console component and default `console` entrypoint is supported.
108
+
All tools using the Symfony Console component are supported.
108
109
109
-
Additionally, the following tools with custom-named entrypoints are supported:
110
+
However, [quick setup](#quick-setup) only works if the entrypoint is named `console` or in the following list of tools:
0 commit comments