| 13 | ) |
| 14 | |
| 15 | type huhPrompter struct { |
| 16 | stdin ghPrompter.FileReader |
| 17 | stdout ghPrompter.FileWriter |
| 18 | stderr ghPrompter.FileWriter |
| 19 | editorCmd string |
| 20 | } |
| 21 | |
| 22 | func (p *huhPrompter) newForm(groups ...*huh.Group) *huh.Form { |
| 23 | return huh.NewForm(groups...). |
nothing calls this directly
no outgoing calls
no test coverage detected