1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/libexec/syntax_suggest

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
111 B
Text
Raw Permalink Normal View History

#!/usr/bin/env ruby
require_relative "../lib/syntax_suggest/api"
SyntaxSuggest::Cli.new(
argv: ARGV
).call