main
1#!/usr/bin/env ruby
2# frozen_string_literal: true
3
4require "minbox/cli"
5
6Minbox::Cli::Application.start(ARGV)