From 4c312b155d3e20fefd34dbba9c844a6a4c5e9556 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 4 Jul 2022 22:33:03 +1000 Subject: [PATCH] [docs] Update `-debug` flag --- website/docs/reference/cli.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index ab8e3792d..73dad026e 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -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 |