Sha256: 81efc9243866cdd99f245873b7edc5a2b60ed404ddd2c3ac141f4dc00cdfedfe

Contents?: true

Size: 265 Bytes

Versions: 3

Compression:

Stored size: 265 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj/cli'
require 'autoproj/cli/main'
argv = Autoproj::CLI.basic_setup

begin
    Autoproj::CLI::Main.start(argv)
rescue Interrupt # rubocop:disable Lint/HandleExceptions
    # Already notified in the reporting infrastructure
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
autoproj-2.14.0 bin/autoproj
autoproj-2.13.0 bin/autoproj
autoproj-2.12.1 bin/autoproj