Skip to content

Commit e92b639

Browse files
committed
Add EasyEngine Version
1 parent 67d52af commit e92b639

File tree

1 file changed

+1
-1
lines changed
  • etc/bash_completion.d

1 file changed

+1
-1
lines changed

etc/bash_completion.d/ee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ EEAUTO()
1818

1919
# List Of Suggested Words
2020
easyengine|ee)
21-
COMPREPLY=( $(compgen -W "help system site" -- $CURRENT) )
21+
COMPREPLY=( $(compgen -W "help version system site" -- $CURRENT) )
2222
return 0
2323
;;
2424

0 commit comments

Comments
 (0)