5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:20:09 +08:00

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-21 20:35:32 -06:00 committed by GitHub
parent 2fe20071fb
commit a7c10a1a83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: