We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cde53b commit 8f04524Copy full SHA for 8f04524
doc/Language/create-cli.pod6
@@ -166,7 +166,8 @@ Usage:
166
--verbose required verbosity
167
=end code
168
169
-=head2 C<%*SUB-MAIN-OPTS>
+X<%*SUB-MAIN-OPTS>
170
+=head2 %*SUB-MAIN-OPTS
171
172
It's possible to alter how arguments are processed before they're passed
173
to C<sub MAIN {}> by setting options in the C<%*SUB-MAIN-OPTS> hash. Due to
@@ -184,7 +185,8 @@ For instance:
184
185
186
Available options are:
187
-=head3 C<named-anywhere>
188
+X<named-anywhere>
189
+=head3 named-anywhere
190
191
By default, named arguments passed to the program (i.e., C<MAIN>)
192
cannot appear after any positional argument. However, if
0 commit comments