# Functions
BugCommentEditorInput will open the default editor in the terminal with a template for the user to fill.
BugCommentFileInput read from either from a file or from the standard input and extract a message.
BugCreateEditorInput will open the default editor in the terminal with a template for the user to fill.
BugCreateFileInput read from either from a file or from the standard input and extract a title and a message.
BugTitleEditorInput will open the default editor in the terminal with a template for the user to fill.
IsURL is a validator checking that the value is a fully formed URL.
Prompt is a simple text input.
PromptChoice is a prompt giving possible choices Return the index starting at zero of the choice selected.
No description provided by the author
PromptDefault is a simple text input with a default value.
PromptPassword is a specialized text input that doesn't display the characters entered.
No description provided by the author
QueryEditorInput will open the default editor in the terminal with a template for the user to fill.
Required is a validator preventing a "" value.
# Variables
ErrEmptyMessage is returned when the required message has not been entered.
ErrEmptyMessage is returned when the required title has not been entered.
# Type aliases
PromptValidator is a validator for a user entry If complaint is "", value is considered valid, otherwise it's the error reported to the user If err != nil, a terminal error happened.