normalize_repository_target

Function normalize_repository_target 

Source
fn normalize_repository_target(
    base: &str,
    target: &str,
    allow_wildcard: bool,
) -> Result<String, CliError>
Expand description

Normalize one config-relative target into a repository-contained lexical path.