@@ -16,17 +16,19 @@ Any additional arguments on the command line after `${command}` will be forwarde
16
16
17
17
Additionally, Scarb passes more contextual information via environment variables:
18
18
19
- | Environment variable | Description |
20
- | --------------------- | ------------------------------------------------------------------------------------------ |
21
- | ` SCARB ` | Path to Scarb executable. |
22
- | ` PATH ` | System ` $PATH ` but augmented with ` bin ` directory in Scarb's [ local data directory] [ dirs ] . |
23
- | ` SCARB_CACHE ` | Path to Scarb's [ cache] [ dirs ] directory. |
24
- | ` SCARB_CONFIG ` | Path to Scarb's [ config] [ dirs ] directory. |
25
- | ` SCARB_TARGET_DIR ` | Path to the current target directory. |
26
- | ` SCARB_PROFILE ` | Name of the current profile. |
27
- | ` SCARB_MANIFEST_PATH ` | Absolute path to current ` Scarb.toml ` . |
28
- | ` SCARB_UI_VERBOSITY ` | Scarb's messages verbosity, possible values: ` quiet ` , ` no-warnings ` , ` normal ` , ` verbose ` . |
29
- | ` SCARB_LOG ` | Scarb's logger directives, follows [ ` tracing ` 's ` EnvFilter ` syntax] [ tracing-env-filter ] . |
19
+ | Environment variable | Description |
20
+ | ------------------------------- | ------------------------------------------------------------------------------------------------------- |
21
+ | ` SCARB ` | Path to Scarb executable. |
22
+ | ` PATH ` | System ` $PATH ` but augmented with ` bin ` directory in Scarb's [ local data directory] [ dirs ] . |
23
+ | ` SCARB_CACHE ` | Path to Scarb's [ cache] [ dirs ] directory. |
24
+ | ` SCARB_CONFIG ` | Path to Scarb's [ config] [ dirs ] directory. |
25
+ | ` SCARB_TARGET_DIR ` | Path to the current target directory. |
26
+ | ` SCARB_PROFILE ` | Name of the current profile. |
27
+ | ` SCARB_MANIFEST_PATH ` | Absolute path to current ` Scarb.toml ` . |
28
+ | ` SCARB_UI_VERBOSITY ` | Scarb's messages verbosity, possible values: ` quiet ` , ` no-warnings ` , ` normal ` , ` verbose ` . |
29
+ | ` SCARB_LOG ` | Scarb's logger directives, follows [ ` tracing ` 's ` EnvFilter ` syntax] [ tracing-env-filter ] . |
30
+ | ` SCARB_NO_PROC_MACROS ` | If enabled, Scarb will not allow running any procedural macros. |
31
+ | ` SCARB_NO_PREBUILT_PROC_MACROS ` | If enabled, Scarb will not load any prebuilt procedural macros and will build them from source instead. |
30
32
31
33
## Implementation recommendations
32
34
0 commit comments