()
| 81 | } |
| 82 | |
| 83 | func (m InitialModel) View() string { |
| 84 | // lipgloss will format the layout for you |
| 85 | return lipgloss.JoinVertical( |
| 86 | lipgloss.Left, |
| 87 | "What's the project name?", |
| 88 | m.textInput.View(), |
| 89 | "(esc to quit)", |
| 90 | ) |
| 91 | } |
nothing calls this directly
no outgoing calls
no test coverage detected