#!/opt/alt/ruby32/bin/ruby

require_relative "../lib/syntax_suggest/api"

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