| Option | Description | Default |
| --append [filename] |
Include an "add on" file. The file is included
before the the final </body> </html> tags. It is generally used
for address blocks.
|
OFF |
| --delim [value] |
changes delimiter to value.
|
tab |
| --dashes |
Skip any line, that starts with 5 dashes or underscores. |
OFF |
| --equal |
Ensures all rows have the same number of columns |
OFF |
| --header |
Generate a header row (the first row) for each table. |
OFF |
| --help |
prints out the help screen |
NONE |
| --hilight [column number] |
Hilights a column header. Must be used in conjunction with header option |
NONE |
| --initFilePath [path to initialization file] |
Reads in an initialization file from the specified path |
NONE |
| --limit [number of columns] |
Limits the number of columns. Useful for log files |
No Limit |
| --meta [path to file] |
header file include (usually used for style sheet includes) |
NONE |
| --nbsp |
prints a instead of a blank |
OFF |
| --overwrite |
Controls if t2t will overwrite existing .html files |
ON |
| --quiet |
quiet mode, silences all messages |
OFF |
| --squeeze |
squeeze out extra fields, i.e. extra delimiters. |
OFF |
| --skipfields [value] |
Skip field value. Value is a single positive integer. |
OFF |
| --tablesOnly |
generate only HTML for the tables no surrounding HTML |
OFF |
| --title [title] |
adds a title to the HTML document |
Name of the first file |
| --verbose |
Turns on verbose mode |
OFF |
| --version |
prints out the current version number |
NONE |
| --wholeTable |
Process the entire input file (or all of stdin)
as one table. Any line with out a delimiter is written out as a table
line with a row with one data module.
|
OFF |
| --xhtml |
Generate XHTML compliant code |
OFF |