pub fn read_continue_behaviour(
    message: impl AsRef<str>,
    default: bool,
    behaviour: ContinueBehaviour
) -> 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.