pub fn probe(
args: &[String],
env: &[(String, String)],
) -> Result<Detected, ConfigError>Expand description
Probe the invocation without side effects: which schema the config files
speak (Detected), so main can route to the v2 runtime.