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