defaults property

CLIProfile get defaults

Implementation

static CLIProfile get defaults => ChetroStyle(
    quoteChars: [DoubleQuote()],
    escapeChar: MarkChars.bsl
  );