module Percheron module CLI class ConsoleCommand < AbstractCommand def execute pry end end end end