Skip to content

Commit 0eb6354

Browse files
author
gau1991
committed
Improvd autocompletion
1 parent ffb3527 commit 0eb6354

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" \
14+
-W "stack site debug clean secure import-slow-log log" \
1515
-- $cur) )
1616

1717

0 commit comments

Comments
 (0)