- Fixed an issue when using the confirm prompt.
- You can now override the global
AppendQuestionMarksOnAsk
setting and append a question mark on a per prompt basis usingAppendQuestionMark
.
- Fixed a bug where the library was referencing the incorrect Go version.
- The
AppendQuestionMarksOnAsk
global option now defaults tofalse
.
- Fixed a nil pointer dereference.
- Validator is still ran even if input is empty.
- Corrected some behavior that would return default values when input was provided.
- Provide output that we are using the default when provided information is not valid.
- Fixed an issue when validators were not running.
- Fixed an issue when selecting an option that was greater than the list. (#3)
- Fixed an error where select would not account for zero-based indexes during selection. (#2)
- Initial release.