pub async fn probe_command(
program: &str,
args: &[String],
config: &ProbeConfig,
) -> Result<ProbeResult>Expand description
High-level API: probe a command and return a structured result.
This does NOT handle prompting or user interaction. Automatically tries common help flags if none are detected.