UpdateYearCommand constructor
Implementation
UpdateYearCommand({
required this.project,
required this.printer,
required this.now,
}) {
argParser.addOption(
'license',
help: 'specify a license file to update',
abbr: 'l',
);
}
UpdateYearCommand({
required this.project,
required this.printer,
required this.now,
}) {
argParser.addOption(
'license',
help: 'specify a license file to update',
abbr: 'l',
);
}