Method: Spoom::Cli::LSP#show

Defined in:
lib/spoom/cli/lsp.rb

#showObject



16
17
18
19
20
21
22
# File 'lib/spoom/cli/lsp.rb', line 16

def show
  context_requiring_sorbet!

  lsp = lsp_client
  # TODO: run interactive mode
  puts lsp
end