SharedCommand constructor
SharedCommand(
- Logger logger
Implementation
SharedCommand(Logger logger) : super(logger: logger, tools: ['dart']) {
argParser.addFlag(
'test',
abbr: 't',
negatable: false,
defaultsTo: false,
help: "Just run the tests in shared",
);
}