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