Expand description
Session resolution by name-first, UUID-fallback.
Provides a reusable helper to resolve a session identifier (which may be
a human-readable name or a UUID) to a loaded Session. Used by all
session-accepting commands (replay, show, delete, rename, edit, tag, export).
Structs§
- Resolve
Error - Error details when session resolution fails, including fuzzy suggestions.
Functions§
- resolve_
session - Resolve a session identifier to a loaded
Session. - resolve_
session_ with_ alias - Resolve a session identifier with alias lookup.