From a7c10a1a8327979f8c4396734e1ef1677abd80ac Mon Sep 17 00:00:00 2001 From: Diego Pahua Silvan <88301232+DiegPS@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:35:32 -0600 Subject: [PATCH] Update cli.mdx (#3415) add possible options in terms of choosing the "ide" either "visual studio code" or "goland" --- website/versioned_docs/version-v2.8.1/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-v2.8.1/reference/cli.mdx b/website/versioned_docs/version-v2.8.1/reference/cli.mdx index dc8b3293f..9bb41d10c 100644 --- a/website/versioned_docs/version-v2.8.1/reference/cli.mdx +++ b/website/versioned_docs/version-v2.8.1/reference/cli.mdx @@ -20,7 +20,7 @@ The Wails CLI has a number of commands that are used for managing your projects. | -l | List available project templates | | | -q | Suppress output to console | | | -t "template name" | The project template to use. This can be the name of a default template or a URL to a remote template hosted on github. | vanilla | -| -ide | Generate IDE project files | | +| -ide | Generate IDE project files `vscode` or `goland` | | | -f | Force build application | false | Example: