Skip to content

Commit 367b868

Browse files
committed
Merge branch 'master' into stable
2 parents 1ca2b70 + 6ac495b commit 367b868

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)