Skip to content

Commit

Permalink
X<>'s that were not supposed to show
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 13, 2018
1 parent cb7233b commit 2f97dd4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions doc/Language/create-cli.pod6
Expand Up @@ -168,7 +168,7 @@ Usage:
--verbose required verbosity
=end code
X<%*SUB-MAIN-OPTS>
X<|%*SUB-MAIN-OPTS>
=head3 %*SUB-MAIN-OPTS
It's possible to alter how arguments are processed before they're passed
Expand All @@ -187,7 +187,7 @@ For instance:
Available options are:
X<named-anywhere>
X<|named-anywhere>
=head4 named-anywhere
By default, named arguments passed to the program (i.e., C<MAIN>)
Expand All @@ -200,7 +200,7 @@ the above program can be called with:
$ perl6 example.p6 1 --c=2 3 --d=4
=end code
X<hidden-from-USAGE>
X<|hidden-from-USAGE>
=head3 is hidden-from-USAGE
Sometimes you want to exclude a MAIN candidate from being shown in any
Expand Down Expand Up @@ -237,7 +237,7 @@ Usage:
Which, although technically correct, doesn't read as well.
X<declarator,unit (MAIN)>
X<|declarator,unit (MAIN)>
=head2 Unit-scoped definition of MAIN
If the entire program body resides within C<MAIN>, you can use the C<unit>
Expand Down

0 comments on commit 2f97dd4

Please sign in to comment.