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

require 'browserstack_sdk'

# Run the CLI with command line arguments
success = BrowserstackSdk.run_cli(ARGV)
exit(success ? 0 : 1)
