File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ Usage:
168
168
--verbose required verbosity
169
169
= end code
170
170
171
- X < %*SUB-MAIN-OPTS >
171
+ X < | %*SUB-MAIN-OPTS>
172
172
= head3 %*SUB-MAIN-OPTS
173
173
174
174
It's possible to alter how arguments are processed before they're passed
@@ -187,7 +187,7 @@ For instance:
187
187
188
188
Available options are:
189
189
190
- X < named-anywhere >
190
+ X < | named-anywhere>
191
191
= head4 named-anywhere
192
192
193
193
By default, named arguments passed to the program (i.e., C < MAIN > )
@@ -200,7 +200,7 @@ the above program can be called with:
200
200
$ perl6 example.p6 1 --c=2 3 --d=4
201
201
= end code
202
202
203
- X < hidden-from-USAGE >
203
+ X < | hidden-from-USAGE>
204
204
= head3 is hidden-from-USAGE
205
205
206
206
Sometimes you want to exclude a MAIN candidate from being shown in any
@@ -237,7 +237,7 @@ Usage:
237
237
238
238
Which, although technically correct, doesn't read as well.
239
239
240
- X < declarator,unit (MAIN) >
240
+ X < | declarator,unit (MAIN)>
241
241
= head2 Unit-scoped definition of MAIN
242
242
243
243
If the entire program body resides within C < MAIN > , you can use the C < unit >
You can’t perform that action at this time.
0 commit comments