Skip to main content

list

Function list 

Source
pub fn list(
    registry: &dyn ProjectRegistry,
    current_dir: &Path,
) -> Result<Vec<Row>, CliError>
Expand description

Lists registered projects, marking the one containing current_dir.

ยงErrors

Returns CliError when the registry cannot be read.