Skip to main content

copilot_binary_on_path

Function copilot_binary_on_path 

Source
pub fn copilot_binary_on_path() -> Result<PathBuf, Error>
Expand description

Find the copilot CLI binary using only the current PATH entries.

This is intentionally narrower than copilot_binary: it does not honor override env vars and does not search inferred install locations.