── confirm prompt ────────────────────────────────────────────────────────
| 139 | // ── confirm prompt ──────────────────────────────────────────────────────── |
| 140 | |
| 141 | type confirmModel struct { |
| 142 | prompt string |
| 143 | answer bool |
| 144 | } |
| 145 | |
| 146 | func (m confirmModel) Init() tea.Cmd { return nil } |
| 147 |
nothing calls this directly
no outgoing calls
no test coverage detected