We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca3775c + 8885d3c commit 17c3aadCopy full SHA for 17c3aad
terminal/Main.hs
@@ -64,7 +64,12 @@ main =
64
Right (PackageDiffGlobal pkg from to) ->
65
Diff.run $ Diff.GlobalInquiry pkg from to
66
_ ->
67
- putStrLn "Expected exactly 1 argument: a json-encoded command"
+ do
68
+ putStrLn "Expected exactly 1 argument: a json-encoded command."
69
+ putStrLn ""
70
+ putStrLn
71
+ "It looks like you are trying to run Gren's internal backend directly.\
72
+ \ To properly install Gren, see https://gren-lang.org/install"
73
74
data Command
75
= Init InitFlags
0 commit comments