Entry point for the make:key command.
Future<void> main(List<String> arguments) async => await _MakeKeyCommand(arguments).run();