Expand description
Session working directory tracking and validation.
Session working directory tracking and validation.
Structs§
- Missing
Session CwdError - Error when the session’s working directory no longer exists.
- Session
CwdIssue - Information about a missing session working directory.
Traits§
- Session
CwdSource - Trait for sources that can provide session CWD info.
Functions§
- assert_
session_ cwd_ exists - Assert that the session CWD exists, returning an error if it doesn’t.
- format_
missing_ session_ cwd_ error - Format an error message for a missing session CWD.
- format_
missing_ session_ cwd_ prompt - Format a user-facing prompt for the missing CWD situation.
- get_
missing_ session_ cwd_ issue - Check whether the session’s stored CWD is missing.