#!/usr/bin/ruby.ruby2.5 

$:.unshift File.expand_path("../../lib", __FILE__)

require "foreman/cli"

Foreman::CLI.start
