Skip to main content

resolve_data_dir

Function resolve_data_dir 

Source
pub fn resolve_data_dir(override_dir: Option<&Path>) -> PathBuf
Expand description

Resolves CLI data-root with deterministic default behavior.

When no override is provided, defaults to $HOME/.actionqueue/data. If the HOME environment variable is not set, falls back to .actionqueue/data relative to the current working directory.