pub fn detect(command: &str, pwd: &Path) -> Option<Ecosystem>
Detect the ecosystem from command name and working directory.
Returns None if no ecosystem could be determined.
None