diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/commandline.lalrpop | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commandline.lalrpop b/src/commandline.lalrpop index 15af3cf..d52e741 100644 --- a/src/commandline.lalrpop +++ b/src/commandline.lalrpop @@ -1,7 +1,7 @@ grammar; pub Invocation: Vec<&'input str> = { - <WORD*> NEWLINE, + <WORD*>, }; // Several of the regexps below make use of Unicode character classes. [1] is |