Expand description
GitHub Copilot CLI binary resolution (env var, embedded, PATH search).
Enums§
- Binary
Source - How the copilot binary was resolved.
Functions§
- copilot_
binary - Find the
copilotCLI binary on the system. - copilot_
binary_ on_ path - Find the
copilotCLI binary using only the current PATH entries. - copilot_
binary_ with_ source - Like
copilot_binarybut also reports how the binary was resolved. - extended_
path - Build an extended
PATHby prependingextradirs to the standard search paths (current PATH + common install locations).