Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TaskInputModel ¶
type TaskInputModel struct {
// contains filtered or unexported fields
}
func NewTaskInput ¶
func NewTaskInput(clk clock.Clock, providedInput string) TaskInputModel
func (TaskInputModel) Init ¶
func (m TaskInputModel) Init() tea.Cmd
func (TaskInputModel) Value ¶
func (m TaskInputModel) Value() taskinput.Task
func (TaskInputModel) View ¶
func (m TaskInputModel) View() tea.View
func (TaskInputModel) WasAccepted ¶
func (m TaskInputModel) WasAccepted() bool
Click to show internal directories.
Click to hide internal directories.