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.
2 parents 8f12992 + 0eb6354 commit 3b7db46Copy full SHA for 3b7db46
config/bash_completion.d/ee_auto.rc
@@ -11,7 +11,7 @@ _ee_complete()
11
# SETUP THE BASE LEVEL (everything after "ee")
12
if [ $COMP_CWORD -eq 1 ]; then
13
COMPREPLY=( $(compgen \
14
- -W "stack site debug clean secure import-slow-log" \
+ -W "stack site debug clean secure import-slow-log log" \
15
-- $cur) )
16
17
0 commit comments