HelpView displays a fullscreen help modal with ASCII art logo and command reference
| 12 | |
| 13 | // HelpView displays a fullscreen help modal with ASCII art logo and command reference |
| 14 | type HelpView struct { |
| 15 | viewport viewport.Model |
| 16 | BaseModel |
| 17 | ready bool |
| 18 | } |
| 19 | |
| 20 | // NewHelpView creates a new help view |
| 21 | func NewHelpView(ctx ViewContext) *HelpView { |
nothing calls this directly
no outgoing calls
no test coverage detected