We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
FormatCommand
1 parent 90227c5 commit 13be0edCopy full SHA for 13be0ed
lib/src/cli/format_command.dart
@@ -25,7 +25,10 @@ final class FormatCommand extends Command<int> {
25
String get invocation =>
26
'${runner!.executableName} $name [options...] <files or directories...>';
27
28
- FormatCommand({bool verbose = false}) {
+ @override
29
+ final String category;
30
+
31
+ FormatCommand({bool verbose = false, this.category = ''}) {
32
argParser.addFlag(
33
'verbose',
34
abbr: 'v',
0 commit comments