bash-completion.sh
branchv_0
changeset 33 3b81fbeb5f3b
parent 31 bdf04cd91308
child 34 7eb3dcacba7b
equal deleted inserted replaced
32:193c643f4ffe 33:3b81fbeb5f3b
    43 		"unescape-backspace"
    43 		"unescape-backspace"
    44 	);
    44 	);
    45 
    45 
    46 	DIALECTS=(
    46 	DIALECTS=(
    47 		"java-properties"
    47 		"java-properties"
       
    48 		"java-manifest-mf"
    48 	);
    49 	);
    49 
    50 
    50 	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("''")
    51 	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("''")
    51 	elif [[ "$w1" == "--enable-sections"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
    52 	elif [[ "$w1" == "--enable-sections"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
    52 	elif [[ "$w1" == "--enable-sub-keys"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))
    53 	elif [[ "$w1" == "--enable-sub-keys"                                ]];    then COMPREPLY=($(compgen -W "${BOOLEAN_VALUES[*]}" -- "$w0"))