Author: laukpe
Date: Tue Nov 25 00:30:18 2008
New Revision: 1098
Modified:
trunk/doc/userguide/RobotFrameworkUserGuide.html
Log:
regen
Modified: trunk/doc/userguide/RobotFrameworkUserGuide.html
==============================================================================
--- trunk/doc/userguide/RobotFrameworkUserGuide.html (original)
+++ trunk/doc/userguide/RobotFrameworkUserGuide.html Tue Nov 25 00:30:18
2008
@@ -3741,8 +3741,8 @@
<div class="section" id="setting-variables-in-command-line">
<h4><a class="toc-backref" href="#id250">Setting variables in command
line</a></h4>
<p>Variables can be set from the command line either individually with
-the <span class="opt">--variable</span> option or using a variable file
with the
-<span class="opt">--variablefile</span> option. Variables set from the
command line
+the <span class="opt">--variable (-v)</span> option or using a variable
file with the
+<span class="opt">--variablefile (-V)</span> option. Variables set from
the command line
are globally available for all executed test data files, and they also
override possible variables with the same names in the Variable table and
in
variable files imported in the test data.</p>
@@ -7423,6 +7423,7 @@
--variable name:value
--variable OS:Linux --variable IP:10.0.0.42
--variablefile path/to/variables.py
+--variablefile myvars.py:possible:arguments:here
--variable ENVIRONMENT:Windows --variablefile c:\resources\windows.py
</pre>
</div>
@@ -9682,7 +9683,7 @@
writes all the information it gets into a text file in a temporary
directory
without much formatting. The filename may be given from the command line,
but
also has a default value. Note that in real usage, the <a class="reference
internal" href="#debug-file">debug file</a>
-functionality available through the command line option <span
class="cli">--debugfile</span> is
+functionality available through the command line option <span
class="opt">--debugfile</span> is
probably more useful than this example.</p>
<div class="highlight"><pre><span class="k">import</span> <span
class="nn">os.path</span>
<span class="k">import</span> <span class="nn">tempfile</span>
@@ -10114,13 +10115,13 @@
<tr><td class="option-group" colspan="2">
<kbd><span class="option">--runmode
<var><mode></var></span></kbd></td>
</tr>
-<tr><td> </td><td><a class="reference internal"
href="#setting-the-execution-mode">Sets the execution mode</a> for this
test run.</td></tr>
+<tr><td> </td><td>Sets the <a class="reference internal"
href="#setting-the-execution-mode">execution mode</a> for this test
run.</td></tr>
<tr><td class="option-group" colspan="2">
<kbd><span class="option">-v</span>, <span class="option">--variable
<var><name:value></var></span></kbd></td>
</tr>
-<tr><td> </td><td><a class="reference internal"
href="#setting-variables">Sets individual variables</a> in the test
data.</td></tr>
+<tr><td> </td><td>Sets <a class="reference internal"
href="#setting-variables-in-command-line">individual
variables</a>.</td></tr>
<tr><td class="option-group" colspan="2">
-<kbd><span class="option">-V</span>, <span class="option">--variablefile
<var><path></var></span></kbd></td>
+<kbd><span class="option">-V</span>, <span class="option">--variablefile
<var><path:args></var></span></kbd></td>
</tr>
<tr><td> </td><td>Sets variables using <a class="reference internal"
href="#variable-files">variable files</a>.</td></tr>
<tr><td class="option-group" colspan="2">
@@ -10718,7 +10719,7 @@
<div class="footer">
<hr class="footer" />
<p>Generated by <a class="reference external"
href="http://docutils.sourceforge.net/rst.html">reStructuredText</a>.
Syntax highlighting by <a class="reference external"
href="http://pygments.org/">Pygments</a>.</p>
-<p>Generated on: 2008-11-24 14:18 UTC.
+<p>Generated on: 2008-11-25 08:28 UTC.
</p>
</div>