Skip to content

Commit

Permalink
Update cli.mdx (#3415)
Browse files Browse the repository at this point in the history
add possible options in terms of choosing the "ide" either "visual studio code" or "goland"
  • Loading branch information
DiegPS committed Apr 22, 2024
1 parent 2fe2007 commit a7c10a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/versioned_docs/version-v2.8.1/reference/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a7c10a1

Please sign in to comment.