MCPcopy Create free account
hub / github.com/github/gh-aw / engineFlagUsage

Function engineFlagUsage

pkg/cli/flags.go:7–9  ·  view source on GitHub ↗
(prefix string)

Source from the content-addressed store, hash-verified

5const engineFlagHelpList = "copilot, claude, codex, gemini, crush"
6
7func engineFlagUsage(prefix string) string {
8 return prefix + " (" + engineFlagHelpList + ")"
9}
10
11// addEngineFlag adds the --engine/-e flag to a command.
12// This flag allows overriding the AI engine type.

Callers 2

addEngineFlagFunction · 0.85
addEngineFilterFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected