class Pronto::CLI

def is_thor_reserved_word?(word, type)

def is_thor_reserved_word?(word, type)
  return false if word == 'run'
  super
end