bash-completion.sh
branchv_0
changeset 6 fb717cfbfea1
parent 5 d70ea23682aa
child 23 b497140b0b63
--- a/bash-completion.sh	Sun Nov 22 19:22:25 2020 +0100
+++ b/bash-completion.sh	Mon Nov 23 16:25:57 2020 +0100
@@ -31,6 +31,7 @@
 	elif [[ "$w1" == "--enable-sections"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
 	elif [[ "$w1" == "--enable-sub-keys"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
 	elif [[ "$w1" == "--enable-comments"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
+	elif [[ "$w1" == "--enable-whitespace"                              ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
 	elif [[ "$w1" == "--enable-line-numbers"                            ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
 	elif [[ "$w1" == "--enable-event-numbers"                           ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
 	else
@@ -39,6 +40,7 @@
 			"--enable-sections"
 			"--enable-sub-keys"
 			"--enable-comments"
+			"--enable-whitespace"
 			"--enable-line-numbers"
 			"--enable-event-numbers"
 		)