#!/usr/bin/env ruby
# :nocov:
require "gitrob"

Gitrob::CLI.start(ARGV)
# :nocov:
