@override Future<void> run() async { if (args.isEmpty) { stderr.writeln('Error: No type specified.'); return; } if (args.first == 'log') { ChangelogCommand(args).run(); } }