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