Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewWrapWriter ¶
func NewWrapWriter(out output.ConsoleWriter, t *TerminalApp) io.Writer
Types ¶
type TerminalApp ¶
type TerminalApp struct {
// contains filtered or unexported fields
}
func NewTerminalApp ¶
func NewTerminalApp(in input.ConsoleParser) *TerminalApp
func (*TerminalApp) EnterRaw ¶
func (t *TerminalApp) EnterRaw() (err error)
func (*TerminalApp) ExitRaw ¶
func (t *TerminalApp) ExitRaw() (err error)
func (*TerminalApp) GetCurrentApp ¶
func (t *TerminalApp) GetCurrentApp() App
func (*TerminalApp) Run ¶
func (t *TerminalApp) Run(app App)
func (*TerminalApp) Stop ¶
func (t *TerminalApp) Stop()
Click to show internal directories.
Click to hide internal directories.