diff --git a/docs/docs/09-mops.toml.md b/docs/docs/09-mops.toml.md index 633d6aee..0d5225f9 100644 --- a/docs/docs/09-mops.toml.md +++ b/docs/docs/09-mops.toml.md @@ -54,8 +54,11 @@ See [toolchain management](/cli/toolchain) page for more details. | Field | Description | | -------------------- | ------------------------------------------------ | | moc | Motoko compiler used for building canisters and running tests | +| moc-flags | Customization for Motoko compiler invocation | | wasmtime | WASM runtime used to run [tests](/cli/mops-test#--mode) in `wasi` mode | +| wasmtime-flags | Customization for WASM runtime invocation | | pocket-ic | Local IC replica used to run [benchmarks](/cli/mops-bench#--replica) | +| pocket-ic-flags | Customization for Local IC replica invocation | ## [requirements] @@ -66,4 +69,4 @@ Use only if your package will not work with older versions of the `moc`. | Field | Description | | -------------------- | ------------------------------------------------ | -| moc | Motoko compiler version (e.g. `0.11.0` which means `>=0.11.0`) | \ No newline at end of file +| moc | Motoko compiler version (e.g. `0.11.0` which means `>=0.11.0`) |