Versions in this module Expand all Collapse all v0 v0.9.9 May 29, 2021 Changes in this version + var ShellCmd = &cobra.Command + func MarshalPromptIO(sel *promptui.Select) + type NoopCloser struct + func (nc *NoopCloser) Close() error + func (nc *NoopCloser) Write(buf []byte) (int, error) + type REPL struct + func NewREPL(fn func(*sync.WaitGroup) error) (*REPL, error) + func NewREPLWithCmd(cmd exec.Cmd, buf *bytes.Buffer) (*REPL, error)