#!/usr/bin/env ruby
# frozen_string_literal: true

require 'puma/cli'
cli = Puma::CLI.new ARGV
cli.run
