class Travis::CLI::RepoCommand

def job(number_or_id)

def job(number_or_id)
  return super if number_or_id.is_a? Integer
  repository.job(number_or_id)
end