Magic keywords that abort the wizard from any prompt.
static const Set<String> cancelKeywords = <String>{ 'quit', 'q', ':q', ':quit', 'exit', 'cancel', };