package
1.5.1
Repository: https://github.com/ne0nd0g/merlin.git
Documentation: pkg.go.dev

# Functions

Confirm reads in a string and returns true if the string is y or yes but does not provide the prompt question.
DisplayTable writes arbitrary data rows to STDOUT.
ExecuteCommand runs commands on the host operating system where the CLI is being used.
Exit will prompt the user to confirm if they want to exit.

# Variables

CurrentDir is the current directory where Merlin was executed from.
Debug puts Merlin into debug mode and displays debug messages.
MessageChannel is used to input user messages that are eventually written to STDOUT on the CLI application.
Prompt is the command line interface prompt object.
Verbose puts Merlin into verbose mode and displays verbose messages.