resolve_project

Function resolve_project 

Source
pub fn resolve_project(
    config: &Config,
    explicit_name: Option<&str>,
) -> Result<(String, Project, BTreeMap<String, String>), Error>
Expand description

Resolve a project by explicit name or auto-detection from cwd. Returns (name, project, repo_env_vars).