Documentation
¶
Index ¶
- func StartLocalCMD(ctx context.Context, ch context.CancelCauseFunc)
- type Term
- func (t *Term) Interaction(query string, isPassword ...bool) (answer string, err error)
- func (t *Term) InteractionDefault(query string, defaultValue string, isPassword ...bool) (answer string, err error)
- func (t *Term) InteractionSelect(query string, selectV []string, defaultValue string) (string, error)
- func (t *Term) WriteTerm(str string)
- func (t *Term) WriteTermColor(str string, style string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StartLocalCMD ¶
func StartLocalCMD(ctx context.Context, ch context.CancelCauseFunc)
Types ¶
type Term ¶
func (*Term) Interaction ¶
func (*Term) InteractionDefault ¶
func (*Term) InteractionSelect ¶
func (*Term) WriteTermColor ¶
Click to show internal directories.
Click to hide internal directories.