Sha256: a0d3c26124de3b3f85b5b27090efe4a684b61b9a12fbab9c7b6b9751f6536b96
Contents?: true
Size: 188 Bytes
Versions: 17
Compression:
Stored size: 188 Bytes
Contents
#!/usr/bin/env ruby require_relative "../lib/typeprof" config = TypeProf::CLI.parse(ARGV) if config.options[:lsp] TypeProf.start_lsp_server(config) else TypeProf.analyze(config) end
Version data entries
17 entries across 17 versions & 1 rubygems