Skip to content

Commit 2fb1b0a

Browse files
committed
Added info about 'wasp studio' command to CLI usage/help output.
1 parent 620bb7d commit 2fb1b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

waspc/cli/exe/Main.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,9 @@ printUsage =
144144
cmd " telemetry Prints telemetry status.",
145145
cmd " deps Prints the dependencies that Wasp uses in your project.",
146146
cmd " dockerfile Prints the contents of the Wasp generated Dockerfile.",
147-
cmd " info Prints basic information about current Wasp project.",
147+
cmd " info Prints basic information about the current Wasp project.",
148148
cmd " test Executes tests in your project.",
149+
cmd " studio (experimental) GUI for inspecting your Wasp app.",
149150
"",
150151
title "EXAMPLES",
151152
" wasp new MyApp",

0 commit comments

Comments
 (0)