Versions in this module Expand all Collapse all v1 v1.101106.1 Jul 13, 2023 Changes in this version + var Stdin = newTerminalPrompter() + type UserPrompter interface + AppendHistory func(command string) + ClearHistory func() + PromptConfirm func(prompt string) (bool, error) + PromptInput func(prompt string) (string, error) + PromptPassword func(prompt string) (string, error) + SetHistory func(history []string) + SetWordCompleter func(completer WordCompleter) + type WordCompleter func(line string, pos int) (string, []string, string)