[docs] Update -debug flag

This commit is contained in:
Lea Anthony
2022-07-04 22:33:03 +10:00
parent cd35536a79
commit 4c312b155d
+1 -1
View File
@@ -68,7 +68,7 @@ A list of community maintained templates can be found [here](../community/templa
| -v int | Verbosity level (0 - silent, 1 - default, 2 - verbose) | 1 |
| -webview2 | WebView2 installer strategy: download,embed,browser,error | download |
| -u | Updates your project's `go.mod` to use the same version of Wails as the CLI | |
| -debug | Retains debug information in the application | false |
| -debug | Retains debug information in the application. Allows the use of the devtools in the application window | false |
| -trimpath | Remove all file system paths from the resulting executable. | false |
| -race | Build with Go's race detector | false |