require 'employ/cli/promote' module Employ class CLI < Thor class_option :verbose, type: :boolean include Employ::CLI::Promote end end