summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/commandline.lalrpop2
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