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

require "ace/handbook/cli"

Ace::Support::Cli::Runner.new(Ace::Handbook::CLI).call
