Sha256: 0fed3db61e758eb8444bc1b2a4a026b71712a38e4fb5d777f433877eadf8e85b

Contents?: true

Size: 306 Bytes

Versions: 8

Compression:

Stored size: 306 Bytes

Contents

#! /usr/bin/env ruby

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

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

if ARGV.include?('--help') || ARGV.include?('help')
    Aup.start(['help', 'update'])
else
    Aup.start(['update', '--aup', *ARGV])
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
autoproj-2.3.0 bin/aup
autoproj-2.2.2 bin/aup
autoproj-2.2.1 bin/aup
autoproj-2.2.0 bin/aup
autoproj-2.1.2 bin/aup
autoproj-2.1.1 bin/aup
autoproj-2.1.0 bin/aup
autoproj-2.1.0.rc1 bin/aup