Merge remote-tracking branch 'origin/release-4-6'
[alexxy/gromacs.git] / src / gromacs / commandline / tests / refdata / CommandLineHelpWriterTest_HandlesOptionTypes.xml
1 <?xml version="1.0"?>
2 <?xml-stylesheet type="text/xsl" href="referencedata.xsl"?>
3 <ReferenceData>
4   <String Name="HelpText"><![CDATA[
5 Option Filename     Type         Description
6 ---------------------------------------------------------
7 -f     traj         Input        Input file description
8 -lib   libdata      Input, Opt., Lib.
9                                  Library file description
10 -io                 In/Out, Opt. Input/Output file description
11 -o                  Output, Opt. Output file description
12
13 Option       Type   Value  Description
14 ---------------------------------------------------
15 -[no]bool    bool   yes    Boolean option
16 -[no]hidden  bool   yes    Hidden option
17 -int         int    2      Integer option
18 -ivec        vector 1 2 3  Integer vector option
19 -double      double 2.5    Double option
20 -dvec        vector 1.1 2.3 3.2
21                            Double vector option
22 -time        time   10     Time option (ps)
23 -string      string test   String option
24 -enum        enum   no     Enum option: no, opt1, or opt2
25
26 Selection  Description
27 -----------------------------------
28 -sf        Provide selections from files
29 -sel       Selection option
30
31 ]]></String>
32 </ReferenceData>