#!/usr/bin/env ruby
# frozen_string_literal: true

require "html_to_markdown/cli"

exit HtmlToMarkdown::CLI.run(ARGV)
