class Travis::CLI::Command

def wrong_args(quantity)

def wrong_args(quantity)
  error "too #{quantity} arguments" do
    say help
  end
end