Expand description
Shell environment snapshot for avoiding repeated login script execution.
This module provides a mechanism to capture a fully-initialized shell environment (after login scripts have run) and reuse it for subsequent command executions, significantly reducing command startup time.
Structs§
- File
Fingerprint - Fingerprint of a configuration file for change detection.
- Shell
Snapshot - A captured shell environment snapshot.
- Shell
Snapshot Manager - Manager for shell environment snapshots.
- Snapshot
Stats - Statistics about the current snapshot state.
Enums§
- Shell
Kind - Detected shell kind for platform-specific behavior.
Functions§
- apply_
snapshot_ env - Apply a snapshot’s environment to a command builder.
- global_
snapshot_ manager - Get the global shell snapshot manager.