Skip to content

Commit ae5e3f4

Browse files
committed
update cli doc for -skipembedcreate
1 parent 6bf875f commit ae5e3f4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

website/docs/reference/cli.mdx

+2
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ If you are unsure about a template, inspect `package.json` and `wails.json` for
7373
| -race | Build with Go's race detector | |
7474
| -s | Skip building the frontend | |
7575
| -skipbindings | Skip bindings generation | |
76+
| -skipembedcreate | Skip automatic creation of non-existent embed directories and gitkeep files | |
7677
| -tags "extra tags" | Build tags to pass to Go compiler. Must be quoted. Space or comma (but not both) separated | |
7778
| -trimpath | Remove all file system paths from the resulting executable. | |
7879
| -u | Updates your project's `go.mod` to use the same version of Wails as the CLI | |
@@ -203,6 +204,7 @@ Your system is ready for Wails development!
203204
| -s | Skip building the frontend | false |
204205
| -save | Saves the given `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce`, `devserver` and `frontenddevserverurl` flags in `wails.json` to become the defaults for subsequent invocations. | |
205206
| -skipbindings | Skip bindings generation | |
207+
| -skipembedcreate | Skip automatic creation of non-existent embed directories and gitkeep files | |
206208
| -tags "extra tags" | Build tags to pass to compiler (quoted and space separated) | |
207209
| -v | Verbosity level (0 - silent, 1 - standard, 2 - verbose) | 1 |
208210
| -wailsjsdir | The directory to generate the generated Wails JS modules | Value in `wails.json` |

0 commit comments

Comments
 (0)