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

$LOAD_PATH << File.expand_path('../lib', __dir__)

$stdout.sync = true
$stderr.sync = true

require 'dpl'

Dpl::Cli.new.run(ARGV)
