Skip to main content

detect

Function detect 

Source
pub fn detect(command: &str, pwd: &Path) -> Option<Ecosystem>
Expand description

Detect the ecosystem from command name and working directory.

Returns None if no ecosystem could be determined.