110 111 112 113 114 115 116 117
# File 'lib/typeprof/cli/cli.rb', line 110 def run if @cli_options[:lsp] run_lsp else run_cli end end