#!/usr/bin/ruby.ruby4.0 

# turn off warning diagnostics from Ruby
$VERBOSE=nil

require 'solargraph'

Solargraph::Shell.start(ARGV)
