Fix link for checkpointing doc for --checkpointing (#4304)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
This commit is contained in:
parent
606a7702de
commit
12401898f1
1 changed files with 1 additions and 1 deletions
|
|
@ -363,7 +363,7 @@ Arguments passed directly when running the CLI can override other configurations
|
||||||
- **`--telemetry-log-prompts`**:
|
- **`--telemetry-log-prompts`**:
|
||||||
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information.
|
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information.
|
||||||
- **`--checkpointing`**:
|
- **`--checkpointing`**:
|
||||||
- Enables [checkpointing](./commands.md#checkpointing-commands).
|
- Enables [checkpointing](../checkpointing.md).
|
||||||
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
|
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
|
||||||
- Specifies a list of extensions to use for the session. If not provided, all available extensions are used.
|
- Specifies a list of extensions to use for the session. If not provided, all available extensions are used.
|
||||||
- Use the special term `gemini -e none` to disable all extensions.
|
- Use the special term `gemini -e none` to disable all extensions.
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue