pub fn find_agcodex_home() -> Result<PathBuf>Expand description
Returns the path to the Codex configuration directory, which can be
specified by the CODEX_HOME environment variable. If not set, defaults to
~/.agcodex.
- If
CODEX_HOMEis set, the value will be canonicalized and this function will Err if the path does not exist. - If
CODEX_HOMEis not set, this function does not verify that the directory exists.