#!/usr/bin/ruby.ruby3.4 

# turn off warning diagnostics from Ruby
$VERBOSE=nil

require 'solargraph'

Solargraph::Shell.start(ARGV)
