java/sql-dk/bash-completion.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 15 Aug 2015 14:35:27 +0200
branchv_0
changeset 216 0eb9aec16bf4
parent 81 847c83288d01
child 238 4a1864c3e867
permissions -rwxr-xr-x
--list-formatter-properties: optional column declared_in

Usage:
sql-dk --list-formatter-properties tabular --list-formatter-properties xml --list-formatter-properties xhtml --list-formatter-properties tex --formatter xhtml --formatter-property InfoLister:print:declared_in true > formatter-properties.xhtml
     1 #!/bin/bash
     2 
     3 cat \
     4 	src/info/globalcode/sql/dk/Constants.java \
     5 	src/info/globalcode/sql/dk/formatting/* \
     6 	src/info/globalcode/sql/dk/CLIParser.java \
     7 	| ../../scripts/bash_completion.pl
     8