noColorsOption top-level property
Implementation
final Option noColorsOption = Option(
name: '--no-colors',
description: 'Suppress colored output',
);
final Option noColorsOption = Option(
name: '--no-colors',
description: 'Suppress colored output',
);