#!/usr/bin/env perl
use strict;
use warnings;
use OpenAPI::Proxy::CLI;

exit OpenAPI::Proxy::CLI->run(@ARGV);
