wasp/waspc/cli/Command/Call.hs
Trieu Huy Vu a18be1ab27
feat(cli): CLI now supports bash completion (#224)
Co-authored-by: Trieu Vu <trieuv@strategicdata.com.au>
2021-06-16 13:40:31 +02:00

17 lines
313 B
Haskell

module Command.Call where
data Call
= New String -- project name
| Start
| Clean
| Compile
| Db [String] -- db args
| Build
| Version
| Telemetry
| Deps
| PrintBashCompletionInstruction
| GenerateBashCompletionScript
| BashCompletionListCommands [String]
| Unknown [String] -- all args