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 9ecb407 commit 4e7eee0Copy full SHA for 4e7eee0
src/HLL/CommandLine.nqp
@@ -18,11 +18,11 @@ HLL::CommandLine - command line parsing tools
18
19
# -e "program" also treats everything after it as arguments
20
# to the program:
21
- $paser.add-stopper('-e');
+ $parser.add-stopper('-e');
22
23
my $results := $parser.parse(@*ARGS);
24
my %options := $parser.options;
25
- my @args := $pasre.arguments; # remaining arguments from @*ARGS
+ my @args := $parser.arguments; # remaining arguments from @*ARGS
26
27
=head1 DESCRIPTION
28
0 commit comments