class Appsignal::CLI::Install

def install_for_grape(config)

def install_for_grape(config)
  puts "Installing for Grape"
  config[:name] = required_input("  Enter application name: ")
  puts
  configure(config, %w[development production staging], true)
  puts "Manual Grape configuration needed"
  puts "  See the installation instructions at:"
  puts "  http://docs.appsignal.com/ruby/integrations/grape.html"
  press_any_key
  done_notice
end