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 805ed7f commit 7a97823Copy full SHA for 7a97823
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 log update" \
+ -W "stack site debug clean secure import-slow-log log update sync" \
15
-- $cur) )
16
17
0 commit comments