CliOptions constructor
CliOptions({})
Creates a new CliOptions instance with the specified parameters
Implementation
CliOptions({
required this.showSizes,
required this.showHelp,
required this.ignorePatterns,
required this.sortBy,
required this.sortDirection,
required this.suppressErrors,
this.maxLevel,
});