mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-24 03:35:17 +03:00
fix
This commit is contained in:
parent
9a079f90d2
commit
170d63ae63
@ -39,8 +39,8 @@ main = withUtf8 . (`E.catch` handleInternalErrors) $ do
|
|||||||
args <- getArgs
|
args <- getArgs
|
||||||
let commandCall = case args of
|
let commandCall = case args of
|
||||||
["new", projectName] -> Command.Call.New projectName
|
["new", projectName] -> Command.Call.New projectName
|
||||||
["new-ai"] -> Command.Call.NewAIHuman
|
["new:ai"] -> Command.Call.NewAIHuman
|
||||||
["new-ai", appName, appDesc] -> Command.Call.NewAIMachine appName appDesc
|
["new:ai", appName, appDesc] -> Command.Call.NewAIMachine appName appDesc
|
||||||
["start"] -> Command.Call.Start
|
["start"] -> Command.Call.Start
|
||||||
["start", "db"] -> Command.Call.StartDb
|
["start", "db"] -> Command.Call.StartDb
|
||||||
["clean"] -> Command.Call.Clean
|
["clean"] -> Command.Call.Clean
|
||||||
|
Loading…
Reference in New Issue
Block a user