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
|
@ -363,7 +363,7 @@ Arguments passed directly when running the CLI can override other configurations
|
|||
- **`--telemetry-log-prompts`**:
|
||||
- Enables logging of prompts for telemetry. See [telemetry](../telemetry.md) for more information.
|
||||
- **`--checkpointing`**:
|
||||
- Enables [checkpointing](./commands.md#checkpointing-commands).
|
||||
- Enables [checkpointing](../checkpointing.md).
|
||||
- **`--extensions <extension_name ...>`** (**`-e <extension_name ...>`**):
|
||||
- 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.
|
||||
|
|
Loading…
Reference in New Issue