We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67d52af commit e92b639Copy full SHA for e92b639
etc/bash_completion.d/ee
@@ -18,7 +18,7 @@ EEAUTO()
18
19
# List Of Suggested Words
20
easyengine|ee)
21
- COMPREPLY=( $(compgen -W "help system site" -- $CURRENT) )
+ COMPREPLY=( $(compgen -W "help version system site" -- $CURRENT) )
22
return 0
23
;;
24
0 commit comments