#!/usr/bin/env ruby

require 'bundler/setup'
require 'jenkins_workflow'
require 'optparse'

JenkinsWorkflow::CLI.start(ARGV)