Skip to content

Commit 7a97823

Browse files
committed
autocomplete for sync command
1 parent 805ed7f commit 7a97823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/bash_completion.d/ee_auto.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ _ee_complete()
1111
# SETUP THE BASE LEVEL (everything after "ee")
1212
if [ $COMP_CWORD -eq 1 ]; then
1313
COMPREPLY=( $(compgen \
14-
-W "stack site debug clean secure import-slow-log log update" \
14+
-W "stack site debug clean secure import-slow-log log update sync" \
1515
-- $cur) )
1616

1717

0 commit comments

Comments
 (0)