cancelKeywords constant

Set<String> const cancelKeywords

Magic keywords that abort the wizard from any prompt.

Implementation

static const Set<String> cancelKeywords = <String>{
  'quit',
  'q',
  ':q',
  ':quit',
  'exit',
  'cancel',
};