Documentation ¶
Overview ¶
Package cui implements the Console User Interface for wunderctl
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler interface { Quit() ClearCache() RebuildAndRestartApp() Restart(debugMode bool) }
type Options ¶
type Options struct { // Debug indicates whether debug mode is enabled // (it causes changes in the menu) Debug bool }
type UI ¶
type UI struct {
// contains filtered or unexported fields
}
func (*UI) Open ¶
Open grabs the keyboard but doesn't start monitoring it. Call Close to properly dispose of it. To start listening for keyboard events, see Run()
func (*UI) PrintShortHelp ¶
func (u *UI) PrintShortHelp()
PrintShortHelp prints a short help menu with the actions for help and quit
Click to show internal directories.
Click to hide internal directories.