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 a37bf1f commit 736f985Copy full SHA for 736f985
doc/Language/create-cli.pod6
@@ -12,7 +12,7 @@ The default command line interface of Raku scripts consists of three parts:
12
=head2 Parsing the command line parameters into a L<capture|/type/Capture>
13
14
This looks at the values in L<@*ARGS|/language/variables#index-entry-@*ARGS>,
15
-interprets these according to some policy, and creates a L<capture|/type/Capture>
+interprets these according to some policy, and creates a L<Capture|/type/Capture>
16
object out of that. An alternative way of parsing may be provided by the developer
17
or installed using a module.
18
0 commit comments