pub fn cwd_rel_path(path: &Path, gctx: &GlobalContext) -> StringExpand description
Display path, generally relative to cwd
Prefer workspace_rel_path.
This is for when there is no workspace available.
pub fn cwd_rel_path(path: &Path, gctx: &GlobalContext) -> StringDisplay path, generally relative to cwd
Prefer workspace_rel_path.
This is for when there is no workspace available.