From: Robert Kessl Date: Fri, 20 Jun 2014 12:03:26 +0000 (+0200) Subject: tableprinter: update of documentation X-Git-Tag: v6.0~5 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=2ff50de480f4281cb556fe68576535e9fe75e4a5;p=libucw.git tableprinter: update of documentation --- diff --git a/ucw/table.h b/ucw/table.h index e1a0b504..1e771f86 100644 --- a/ucw/table.h +++ b/ucw/table.h @@ -165,6 +165,15 @@ enum column_type { * * Features: * - user supplied callback functions can be used for modifying the output format. + * + * Command-line options (provided through table_set_option and friends): + * key value explanation + * header [0|1] 0=do not print the header + * cols [,]* list of column names delimited by comma ',' + * '*' or star '*' meaning all columns + * fmt [human|machine|blockline] output format + * col-delim string used as a column delimiter + * ***/ struct table;