File tree Expand file tree Collapse file tree 4 files changed +18
-0
lines changed
crates/mdman/tests/compare Expand file tree Collapse file tree 4 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ Flag with optional value.
69
69
.RS 4
70
70
Alternate syntax for optional value (with required = for disambiguation).
71
71
.RE
72
+ .sp
73
+ \fB \-\- split \- block \fR
74
+ .RS 4
75
+ An option where the description has a \fB block statement that is split across multiple lines \fR
76
+ .RE
72
77
.SH "EXAMPLES"
73
78
.sp
74
79
.RS 4
Original file line number Diff line number Diff line change @@ -58,6 +58,10 @@ A description of the command.
58
58
<dd class =" option-desc " >Alternate syntax for optional value (with required = for disambiguation).</dd >
59
59
60
60
61
+ <dt class =" option-term " id =" option-options---split-block " ><a class =" option-anchor " href =" #option-options---split-block " ></a ><code >--split-block</code ></dt >
62
+ <dd class =" option-desc " >An option where the description has a <code >block statement that is split across multiple lines</code ></dd >
63
+
64
+
61
65
</dl >
62
66
63
67
Original file line number Diff line number Diff line change @@ -43,6 +43,10 @@ OPTIONS
43
43
Alternate syntax for optional value (with required = for
44
44
disambiguation).
45
45
46
+ --split-block
47
+ An option where the description has a block statement that is split
48
+ across multiple lines
49
+
46
50
EXAMPLES
47
51
1. An example
48
52
Original file line number Diff line number Diff line change @@ -11,4 +11,9 @@ Flag with optional value.
11
11
Alternate syntax for optional value (with required = for disambiguation).
12
12
{{/option}}
13
13
14
+ {{#option "` --split-block ` "}}
15
+ An option where the description has a `block statement
16
+ that is split across multiple lines`
17
+ {{/option}}
18
+
14
19
{{/options}}
You can’t perform that action at this time.
0 commit comments