wasp/waspc/cli/Wasp/Cli
Martijn Faassen b6f738416a
Use send message protocol in cli (#493)
Use cliSendMessage everywhere in CLI

Instead of using waspSays and friends, we use the new cliSendMessage protocol everywhere to
send messages. For convenience we introduce a cliSendMessageC that's lifted to commands.

We handle CommandErrors specially now, and have a special way to display errors (failures) and warnings
with a heading.
2022-03-09 15:43:41 +01:00
..
Command Use send message protocol in cli (#493) 2022-03-09 15:43:41 +01:00
Command.hs Use send message protocol in cli (#493) 2022-03-09 15:43:41 +01:00
Common.hs feat: Adds Generator monad for more flexible error and warning handling (#433) 2022-01-23 09:21:31 -05:00
Message.hs Use send message protocol in cli (#493) 2022-03-09 15:43:41 +01:00
Terminal.hs feat: Adds Generator monad for more flexible error and warning handling (#433) 2022-01-23 09:21:31 -05:00