Skip to content

Commit 924e966

Browse files
committed
Elaborate on open flag
1 parent 745fcd6 commit 924e966

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/docs/manual/latest/build-configuration.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,8 +192,7 @@ The warning numbers are shown in the build output when they're triggered. See [W
192192

193193
Extra flags to pass to the compiler. For advanced usages.
194194

195-
- `-open ABC` opens the module `ABC` for each file in the project.
196-
- `-w -45` enable or disable certain compiler warnings. In this example, `-45` means to disable warning number 45.
195+
- `-open ABC` opens the module `ABC` for each file in the project. `ABC` can either be a dependency, namespaced project or local module of the current project.
197196

198197
## gentypeconfig
199198

0 commit comments

Comments
 (0)