| 1 | interface PromptCheckOptions { |
| 2 | prompt?: string; |
| 3 | session?: string; |
| 4 | execSession?: string; |
| 5 | status?: boolean; |
| 6 | debugHelp?: boolean; |
| 7 | renderMarkdown?: boolean; |
| 8 | preview?: boolean | string; |
| 9 | dryRun?: boolean; |
| 10 | } |
| 11 | |
| 12 | /** |
| 13 | * Determine whether the CLI should enforce a prompt requirement based on raw args and options. |
nothing calls this directly
no outgoing calls
no test coverage detected