RunCommand constructor
RunCommand()
Implementation
RunCommand() {
argParser.addOption(
'format',
help: 'Reformat the code',
);
}
RunCommand() {
argParser.addOption(
'format',
help: 'Reformat the code',
);
}