FocusCommand constructor
FocusCommand()
Implementation
FocusCommand() {
argParser.addFlag(
'json',
help: 'Output as JSON',
negatable: false,
);
}
FocusCommand() {
argParser.addFlag(
'json',
help: 'Output as JSON',
negatable: false,
);
}