java/sql-dk/help-generator.sh
author František Kučera <franta-hg@frantovo.cz>
Sat, 15 Aug 2015 14:35:27 +0200
branchv_0
changeset 216 0eb9aec16bf4
parent 96 7ae30649b30b
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
franta-hg@96
     1
#!/bin/bash
franta-hg@96
     2
franta-hg@96
     3
cat \
franta-hg@96
     4
	src/info/globalcode/sql/dk/CLIParser.java \
franta-hg@96
     5
	src/info/globalcode/sql/dk/CLIStarter.java \
franta-hg@96
     6
	| ../../scripts/help_generator.pl
franta-hg@96
     7