Improve error message

This commit is contained in:
Ayaz Hafiz 2022-09-13 14:15:55 -04:00
parent 40f5cad578
commit 664bcdff33
No known key found for this signature in database
GPG Key ID: 0E2A37416A25EF58

View File

@ -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) ->