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

require 'whatsup_github/cli'
WhatsupGithub::CLI.start(ARGV)
