package
1.2.0
Repository: https://github.com/frankbraun/codechain.git
Documentation: pkg.go.dev

# Functions

Confirm asks the user to confirm the question with yes or no.
ReadLine reads a single line from r it and returns it (without trailing newline).
ReadPassphrase reads a single line from fd without local echo and returns it (without trailing newline).

# Variables

ErrAbort is returned if a user answers 'n' to Confirm.