Sha256: 5eb9bd71359c6cd057feba291bed755481c5234fe881242099c34aef817c5f10

Contents?: true

Size: 230 Bytes

Versions: 9

Compression:

Stored size: 230 Bytes

Contents

#!/usr/bin/env ruby

require 'bolt'
require 'bolt/cli'

cli = Bolt::CLI.new(ARGV)
begin
  opts = cli.parse
  exitcode = cli.execute(opts)
  exit exitcode
rescue Bolt::CLIExit
  exit
rescue Bolt::Error => e
  exit e.error_code
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
bolt-0.17.2 exe/bolt
bolt-0.17.1 exe/bolt
bolt-0.17.0 exe/bolt
bolt-0.16.4 exe/bolt
bolt-0.16.3 exe/bolt
bolt-0.16.2 exe/bolt
bolt-0.16.1 exe/bolt
bolt-0.16.0 exe/bolt
bolt-0.15.0 exe/bolt