Update cli.mdx (#3415)

add possible options in terms of choosing the "ide" either "visual studio code" or "goland"
This commit is contained in:
Diego Pahua Silvan
2024-04-22 12:35:32 +10:00
committed by GitHub
parent 2fe20071fb
commit a7c10a1a83
@@ -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: