Sha256: 49563c2f01eb647f2b42c60e1b0004417c3461f28db0335521d6527c6666e2ec

Contents?: true

Size: 314 Bytes

Versions: 8

Compression:

Stored size: 314 Bytes

Contents

#! /usr/bin/env ruby

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

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

if ARGV.include?('--help') || ARGV.include?('help')
    Alocate.start(['help', 'locate'])
else
    Alocate.start(['locate', *ARGV])
end

Version data entries

8 entries across 8 versions & 1 rubygems

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