MCPcopy Create free account
hub / github.com/go-task/task / Init

Method Init

internal/input/input.go:109–111  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107}
108
109func (m textModel) Init() tea.Cmd {
110 return tea.Batch(m.textInput.Focus(), textinput.Blink)
111}
112
113func (m textModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) {
114 switch msg := msg.(type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected