Skip to content

Commit 8f04524

Browse files
committed
Fix weird rendering and add search terms
1 parent 0cde53b commit 8f04524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/Language/create-cli.pod6

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,8 @@ Usage:
166166
--verbose required verbosity
167167
=end code
168168
169-
=head2 C<%*SUB-MAIN-OPTS>
169+
X<%*SUB-MAIN-OPTS>
170+
=head2 %*SUB-MAIN-OPTS
170171
171172
It's possible to alter how arguments are processed before they're passed
172173
to C<sub MAIN {}> by setting options in the C<%*SUB-MAIN-OPTS> hash. Due to
@@ -184,7 +185,8 @@ For instance:
184185
185186
Available options are:
186187
187-
=head3 C<named-anywhere>
188+
X<named-anywhere>
189+
=head3 named-anywhere
188190
189191
By default, named arguments passed to the program (i.e., C<MAIN>)
190192
cannot appear after any positional argument. However, if

0 commit comments

Comments
 (0)