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