You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-c, --config <config>`| Specify the configuration file, can be a relative or absolute path, see [Specify config file](/guide/basic/configure-rslib#specify-config-file)|
32
-
|`--env-dir <dir>`| Specify the directory to load `.env` files, see [Rsbuild - Env directory](https://rsbuild.rs/guide/advanced/env-vars#env-directory)|
33
-
|`--env-mode <mode>`| Specify the env mode to load the `.env.[mode]` file, see [Rsbuild - Env mode](https://rsbuild.rs/guide/advanced/env-vars#env-mode)|
34
-
|`-h, --help`| Display help for command |
35
-
|`--lib <id>`| Specify the library to run commands (repeatable, e.g. `--lib esm --lib cjs`), see [lib.id](/config/lib/id) to learn how to get or set the ID of the library |
36
-
|`-r, --root <root>`| Specify the project root directory, can be an absolute path or a path relative to cwd |
|`-c, --config <config>`| Specify the configuration file, can be a relative or absolute path, see [Specify config file](/guide/basic/configure-rslib#specify-config-file)|
32
+
|`--config-loader <loader>`| Set the config file loader (`jiti`\|`native`), see [Specify config loader](/guide/basic/configure-rslib#specify-config-loader)|
33
+
|`--env-dir <dir>`| Specify the directory to load `.env` files, see [Rsbuild - Env directory](https://rsbuild.rs/guide/advanced/env-vars#env-directory)|
34
+
|`--env-mode <mode>`| Specify the env mode to load the `.env.[mode]` file, see [Rsbuild - Env mode](https://rsbuild.rs/guide/advanced/env-vars#env-mode)|
35
+
|`-h, --help`| Display help for command |
36
+
|`--lib <id>`| Specify the library to run commands (repeatable, e.g. `--lib esm --lib cjs`), see [lib.id](/config/lib/id) to learn how to get or set the ID of the library |
37
+
|`-r, --root <root>`| Specify the project root directory, can be an absolute path or a path relative to cwd |
0 commit comments