We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620bb7d commit 2fb1b0aCopy full SHA for 2fb1b0a
waspc/cli/exe/Main.hs
@@ -144,8 +144,9 @@ printUsage =
144
cmd " telemetry Prints telemetry status.",
145
cmd " deps Prints the dependencies that Wasp uses in your project.",
146
cmd " dockerfile Prints the contents of the Wasp generated Dockerfile.",
147
- cmd " info Prints basic information about current Wasp project.",
+ cmd " info Prints basic information about the current Wasp project.",
148
cmd " test Executes tests in your project.",
149
+ cmd " studio (experimental) GUI for inspecting your Wasp app.",
150
"",
151
title "EXAMPLES",
152
" wasp new MyApp",
0 commit comments