Documentation
¶
Index ¶
Constants ¶
View Source
const RootCmdLong string = `` /* 1073-byte string literal not displayed */
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "ui", Short: "Opens the TUI for this application", RunE: func(cmd *cobra.Command, args []string) error { model := newDihdahModel() p := tea.NewProgram(model, tea.WithMouseCellMotion()) if _, err := p.Run(); err != nil { return fmt.Errorf("Error running the model: %v", err) } return nil }, }
Functions ¶
This section is empty.
Types ¶
type UI_Input ¶ added in v1.1.0
type UI_Input interface {
components.Input
components.Reactor
Focused() bool
}
Click to show internal directories.
Click to hide internal directories.