Sha256: 9f054ff0417f1b674670af829f63a31a0c186ee397c72a12f0c3a60ff1ee91cd

Contents?: true

Size: 416 Bytes

Versions: 19

Compression:

Stored size: 416 Bytes

Contents

#! /usr/bin/env ruby

require 'autoproj/cli/main'

argv = Autoproj::CLI.basic_setup

class Aup < Autoproj::CLI::Main
    def self.banner(*)
        "aup [options]"
    end
end

begin
    if argv.include?('--help') || argv.include?('help')
        Aup.start(['help', 'update'])
    else
        Aup.start(['update', *argv, '--aup'])
    end
rescue Interrupt
    # Already notified in the reporting infrastructure
end

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
autoproj-2.14.0 bin/aup
autoproj-2.13.0 bin/aup
autoproj-2.12.1 bin/aup
autoproj-2.12.0 bin/aup
autoproj-2.11.0 bin/aup
autoproj-2.10.2 bin/aup
autoproj-2.10.1 bin/aup
autoproj-2.10.0 bin/aup
autoproj-2.9.0 bin/aup
autoproj-2.8.8 bin/aup
autoproj-2.8.7 bin/aup
autoproj-2.8.6 bin/aup
autoproj-2.8.5 bin/aup
autoproj-2.8.5.b1 bin/aup
autoproj-2.8.4 bin/aup
autoproj-2.8.3 bin/aup
autoproj-2.8.2 bin/aup
autoproj-2.8.1 bin/aup
autoproj-2.8.0 bin/aup