bash-completion.sh
branchv_0
changeset 11 afeb4e096753
parent 8 8730e2d0db0e
child 15 917b8fbd29b9
equal deleted inserted replaced
10:82176f1af7f6 11:afeb4e096753
    54 	XMLNS=(
    54 	XMLNS=(
    55 		"tag:globalcode.info,2018:relpipe"
    55 		"tag:globalcode.info,2018:relpipe"
    56 		"http://www.w3.org/1999/xhtml"
    56 		"http://www.w3.org/1999/xhtml"
    57 		"http://www.w3.org/2000/svg"
    57 		"http://www.w3.org/2000/svg"
    58 		"http://www.w3.org/2005/Atom"
    58 		"http://www.w3.org/2005/Atom"
       
    59 		"http://docbook.org/ns/docbook"
    59 	)
    60 	)
    60 
    61 
    61 
    62 
    62 	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("''")
    63 	if   [[ "$w1" == "--relation"                      && "x$w0" == "x" ]];    then COMPREPLY=("''")
    63 	elif [[ "$w1" == "--records"                       && "x$w0" == "x" ]];    then COMPREPLY=("'/'")
    64 	elif [[ "$w1" == "--records"                       && "x$w0" == "x" ]];    then COMPREPLY=("'/'")