diff --git a/website/docs/reference/cli.mdx b/website/docs/reference/cli.mdx index 44ba1f165..4dcc55931 100644 --- a/website/docs/reference/cli.mdx +++ b/website/docs/reference/cli.mdx @@ -175,8 +175,7 @@ Your system is ready for Wails development! | -frontenddevserverurl "url" | Use 3rd party dev server url to serve assets, EG Vite | "" | | -appargs "args" | Arguments passed to the application in shell style | | | -platform "platform" | Platform/Arch to target | `runtime.GOOS` | -| -save | Saves the given `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce`, `devserver` and `frontenddevserverurl` flags in - `wails.json` to become the defaults for subsequent invocations. | | +| -save | Saves the given `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce`, `devserver` and `frontenddevserverurl` flags in `wails.json` to become the defaults for subsequent invocations. | | Example: @@ -217,4 +216,4 @@ For more details on creating templates, consult the [Templates guide](../guides/ ## version -`wails version` will simply output the current CLI version. \ No newline at end of file +`wails version` will simply output the current CLI version.