WatchCommand constructor
WatchCommand()
Implementation
WatchCommand() {
argParser.addFlag(
'verbose',
abbr: 'v',
help: 'Show debug messages.',
negatable: false,
);
}
WatchCommand() {
argParser.addFlag(
'verbose',
abbr: 'v',
help: 'Show debug messages.',
negatable: false,
);
}