Versions in this module Expand all Collapse all v0 v0.1.0 May 24, 2023 Changes in this version + func StartLocalCMD(ctx context.Context, ch context.CancelCauseFunc) + type Term struct + func NewTerm(c io.ReadWriter, p string) *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)