Sha256: 6d8837f1346a9ae6d7320f9f2d4cd3add6a82676fd4c79250329110d1f0a4534

Contents?: true

Size: 333 Bytes

Versions: 10

Compression:

Stored size: 333 Bytes

Contents

#! /usr/bin/env ruby

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

argv = ARGV.find_all { |arg| arg != "--no-plugins" }
if argv.size == ARGV.size
    Autoproj::CLI.load_plugins
end
begin
    Autoproj::CLI::Main.start(argv)
rescue Interrupt
    # Already notified in the reporting infrastructure
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
autoproj-2.7.1 bin/autoproj
autoproj-2.7.0 bin/autoproj
autoproj-2.6.1 bin/autoproj
autoproj-2.6.0 bin/autoproj
autoproj-2.5.1 bin/autoproj
autoproj-2.5.0 bin/autoproj
autoproj-2.5.0.pre1 bin/autoproj
autoproj-2.4.0 bin/autoproj
autoproj-2.3.1 bin/autoproj
autoproj-2.3.0 bin/autoproj