Skip to content

Commit 6ac495b

Browse files
committed
updated autocomplete
1 parent 7473a35 commit 6ac495b

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
@@ -143,7 +143,7 @@ _ee_complete()
143143
;;
144144
"delete")
145145
COMPREPLY=( $(compgen \
146-
-W "--db --files --all" \
146+
-W "--db --files --all --no-prompt" \
147147
-- $cur) )
148148
;;
149149
*)

0 commit comments

Comments
 (0)