From 2f97dd41f1bf2ef87a9c652de4516669bacfcb56 Mon Sep 17 00:00:00 2001 From: Elizabeth Mattijsen Date: Sat, 13 Oct 2018 13:28:06 +0200 Subject: [PATCH] X<>'s that were not supposed to show --- doc/Language/create-cli.pod6 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/Language/create-cli.pod6 b/doc/Language/create-cli.pod6 index e7f992a85..f16b65cab 100644 --- a/doc/Language/create-cli.pod6 +++ b/doc/Language/create-cli.pod6 @@ -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 @@ -187,7 +187,7 @@ For instance: Available options are: -X +X<|named-anywhere> =head4 named-anywhere By default, named arguments passed to the program (i.e., C
) @@ -200,7 +200,7 @@ the above program can be called with: $ perl6 example.p6 1 --c=2 3 --d=4 =end code -X +X<|hidden-from-USAGE> =head3 is hidden-from-USAGE Sometimes you want to exclude a MAIN candidate from being shown in any @@ -237,7 +237,7 @@ Usage: Which, although technically correct, doesn't read as well. -X +X<|declarator,unit (MAIN)> =head2 Unit-scoped definition of MAIN If the entire program body resides within C
, you can use the C