Revision: 2348
Author: janne.t.harkonen
Date: Wed Oct 21 09:36:33 2009
Log: Mention also txt support in docs
http://code.google.com/p/robotframework/source/detail?r=2348
Modified:
/trunk/tools/robotidy/doc/robotidy.txt
=======================================
--- /trunk/tools/robotidy/doc/robotidy.txt Fri Mar 20 05:35:57 2009
+++ /trunk/tools/robotidy/doc/robotidy.txt Wed Oct 21 09:36:33 2009
@@ -30,10 +30,9 @@
are processed in place, similarly as when
the :opt:`--inplace`
option is used.
-X, --fixcomments Fixes comments in the test data.
- -F, --format <html|tsv>
- The format to use for output. Possible values are HTML
and TSV.
- If this option is not used, the format is got from the
- extension of the output file.
+ -F, --format <html|tsv|txt> Format to use for output. Possible values
are HTML,
+ TSV and TXT. If this option is not used, the format is
got from
+ the extension of the output file.
-T, --title text The title to use in the test data. By default, the
title is got
from the name of the output file. If the output file is
HTML, the title is used with "h1" and "title" tags,
and with
@@ -67,10 +66,10 @@
robotidy.py --style new_styles.css my_tests.html my_tests.html
-Changing format between HTML and TSV
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
-Robot Framework supports test data in HTML and TSV formats, and this tool
eases
+Changing format between HTML, TSV and TXT
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+Robot Framework supports test data in HTML, TSV and TXT formats, and this
tool eases
changing between formats. The input format is always determined from the
extension of the input file. The output format is also got from the output
file
extension by default, but it can also be set explicitly with
the :opt:`--format` option.
@@ -78,6 +77,7 @@
Examples::
robotidy.py tests_in_html.html tests_in_tsv.tsv
+ robotidy.py tests_in_tsv.tsv tests_in_txt.txt
robotidy.py --format html tests.tsv tests.xxx