(raw: str)
| 94 | |
| 95 | |
| 96 | def _invalid_msg(raw: str) -> str: |
| 97 | return f"Invalid argument: {raw}. Valid options are: {_valid_options_str()}" |
| 98 | |
| 99 | # TS effort.tsx:179 help text, minus the xhigh line (no OpenAI-effort path in Python). |
| 100 | _USAGE = ( |
no test coverage detected