(prefix string)
| 5 | const engineFlagHelpList = "copilot, claude, codex, gemini, crush" |
| 6 | |
| 7 | func 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. |
no outgoing calls
no test coverage detected