commit 3c53e08ae693a1450bb2415b3fb311cad034b9bc
Author: NY00123 <ny00@outlook.com>
AuthorDate: Wed Sep 29 00:06:03 2021 +0300
Commit: NY00123 <ny00@outlook.com>
CommitDate: Thu Sep 29 21:17:36 2022 +0300
bash-completion: Add -gameversion for hexen
---
man/bash-completion/hexen.template.in | 3 +++
1 file changed, 3 insertions(+)
diff --git a/man/bash-completion/hexen.template.in b/man/bash-completion/hexen.template.in
index f80853bc..e93fc71c 100644
--- a/man/bash-completion/hexen.template.in
+++ b/man/bash-completion/hexen.template.in
@@ -27,6 +27,9 @@ _@PROGRAM_SPREFIX@_hexen()
esac
case $prev in
+ -gameversion)
+ COMPREPLY=(1.1 1.1r2)
+ ;;
-setmem)
COMPREPLY=(dos622 dos71 dosbox)
;;