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