mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-11 05:34:11 +03:00
Improve error message
This commit is contained in:
parent
40f5cad578
commit
664bcdff33
@ -28,7 +28,7 @@ main = \args ->
|
||||
help: Some "the greeting to use",
|
||||
}))
|
||||
]
|
||||
|> Arg.program {name: "args-example", help: "an example of the CLI platform argument parser"}
|
||||
|> Arg.program {name: "args-example", help: "An example of the CLI platform argument parser"}
|
||||
|
||||
when Arg.parseFormatted parser args is
|
||||
Ok (Exclaim s) ->
|
||||
|
Loading…
Reference in New Issue
Block a user