pub fn read_continue(message: impl AsRef<str>, default: bool) -> bool
Expand description
The message is in the beginning of the print so it should be
capitalized and contain a punctuation marking the end of a sentence (e.g. .?!
).
The message should not contain the word continue, since it is used extensively in this fn.