class Travis::CLI::RepoCommand

def find_slug

def find_slug
  load_slug || begin
    slug = detect_slug
    interactive? ? store_slug(slug) : slug if slug
  end
end