#!/data/data/com.termux/files/usr/bin/env ruby

require "syntax_suggest/api"

SyntaxSuggest::Cli.new(
  argv: ARGV
).call
