package
1.5.6
Repository: https://github.com/stevenxie/begone.git
Documentation: pkg.go.dev

# Functions

NewBotRunner returns a new BotRunner.
NewBotRunnerWith returns a new BotRunner with a default configuration that interacts with the user using Prompter p.
NewPrompter returns a Prompter with the default configuration.
NewPrompterWith returns a Prompter that writes output to out, and errors to err.

# Constants

Reduced is a reduced-features operating mode that disables emojis, spinners and other 'fancy' terminal display elements.
Standard is the default operating mode, and enables usage of emojis, spinners, and other 'fancy' terminal display elements.

# Structs

A BotRunner knows how to configure and run a Bot.
Prompter produces command line prompts and reads user responses.

# Type aliases

BotFunc is a function that uses bot to perform some kind of action.
Mode is the operating mode of a Prompter.