class Steep::CLI

def run

def run
  process_global_options or return 1
  setup_command or return 1
  __send__(:"process_#{command}")
end