pub const EXPORT_OUT_HINT: &str = "choose an --out path that does not already exist as a file and whose parent is writable";Expand description
UX-P4-8 hint: shown when an export --out directory cannot be created (a colliding file, a
missing parent, or a permission problem).