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.
2 parents f6a7a41 + 99991a2 commit 98ee033Copy full SHA for 98ee033
src/Main.gren
@@ -352,7 +352,7 @@ parseUserArgs model compilerPath =
352
in
353
when CLI.Parser.run model.args CliParser.parser is
354
CLI.Parser.UnknownCommand commandName ->
355
- endWithErrorString ("I don't recognize this command: " ++ commandName)
+ endWithErrorString ("I don't recognize this command: " ++ commandName ++ "\n")
356
|> Task.perform RunCmd
357
358
CLI.Parser.BadFlags err ->
0 commit comments