| 81 | } |
| 82 | |
| 83 | type accessiblePrompter struct { |
| 84 | stdin ghPrompter.FileReader |
| 85 | stdout ghPrompter.FileWriter |
| 86 | stderr ghPrompter.FileWriter |
| 87 | editorCmd string |
| 88 | } |
| 89 | |
| 90 | func (p *accessiblePrompter) newForm(groups ...*huh.Group) *huh.Form { |
| 91 | return huh.NewForm(groups...). |
nothing calls this directly
no outgoing calls
no test coverage detected