aboutsummaryrefslogtreecommitdiff
path: root/test/command/10318.md
blob: f84dd9b3adcbeb6ba2d1f7dde8d8b0befe8ae922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
```
% pandoc -f rst -t html5
-a         Output all.
-c arg     Output just arg.
--long     Output all day long.
/V         A VMS/DOS-style option.

-p         This option has two paragraphs in the description.
           This is the first.

           This is the second.
           Blank lines may be omitted between options
           (as above) or left in (as here and below).

--very-long-option  A VMS-style option.  Note the adjustment
                    for the required two spaces.

--an-even-longer-option
           The description can also start on the next line.

-2, --two  This option has two variants.

-f FILE, --file=FILE  These two options are synonyms; both have
                      arguments.

-f <[path]file>  Option argument placeholders must start with
                 a letter or be wrapped in angle brackets.

-d <src dest>    Angle brackets are also required if an option
                 expects more than one argument.
^D
<dl>
<dt><code>-a</code></dt>
<dd>
<p>Output all.</p>
</dd>
<dt><code>-c arg</code></dt>
<dd>
<p>Output just arg.</p>
</dd>
<dt><code>--long</code></dt>
<dd>
<p>Output all day long.</p>
</dd>
<dt><code>/V</code></dt>
<dd>
<p>A VMS/DOS-style option.</p>
</dd>
<dt><code>-p</code></dt>
<dd>
<p>This option has two paragraphs in the description. This is the
first.</p>
<p>This is the second. Blank lines may be omitted between options (as
above) or left in (as here and below).</p>
</dd>
<dt><code>--very-long-option</code></dt>
<dd>
<p>A VMS-style option. Note the adjustment for the required two
spaces.</p>
</dd>
<dt><code>--an-even-longer-option</code></dt>
<dd>
<p>The description can also start on the next line.</p>
</dd>
<dt><code>-2, --two</code></dt>
<dd>
<p>This option has two variants.</p>
</dd>
<dt><code>-f FILE, --file=FILE</code></dt>
<dd>
<p>These two options are synonyms; both have arguments.</p>
</dd>
<dt><code>-f &lt;[path]file&gt;</code></dt>
<dd>
<p>Option argument placeholders must start with a letter or be wrapped
in angle brackets.</p>
</dd>
<dt><code>-d &lt;src dest&gt;</code></dt>
<dd>
<p>Angle brackets are also required if an option expects more than one
argument.</p>
</dd>
</dl>
```