module Terminalwire::Thor::ClassMethods

def start(given_args = ARGV, config = {})

def start(given_args = ARGV, config = {})
  context = config.delete(:context)
  config[:shell] = Shell.new(context) if context
  super(given_args, config)
end