Sha256: e5127e46fb2dbed73338b91f2317137794f07c0a200a190b384c91f2a177c1fa

Contents?: true

Size: 364 Bytes

Versions: 23

Compression:

Stored size: 364 Bytes

Contents

#! /usr/bin/env ruby
require 'autoproj/cli/reset'

Autoproj::CmdLine.report(silent: true) do
    Autoproj.silent do
        Autoproj::CmdLine.initialize_root_directory
        Autoproj::CmdLine.initialize_and_load([])
    end

    cli = Autoproj::CLI::Reset.new(Autoproj.manifest)
    ref_name, options = cli.parse_options(ARGV)
    cli.run(ref_name, options)
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
autoproj-1.13.7 bin/autoproj-reset
autoproj-1.13.6 bin/autoproj-reset
autoproj-1.13.5 bin/autoproj-reset
autoproj-1.13.5.rc1 bin/autoproj-reset
autoproj-1.13.4 bin/autoproj-reset
autoproj-1.13.3 bin/autoproj-reset
autoproj-1.13.3.b2 bin/autoproj-reset
autoproj-1.13.3.b1 bin/autoproj-reset
autoproj-1.13.2.b4 bin/autoproj-reset
autoproj-1.13.2.b3 bin/autoproj-reset
autoproj-1.13.2.b2 bin/autoproj-reset
autoproj-1.13.2.b1 bin/autoproj-reset
autoproj-1.13.2 bin/autoproj-reset
autoproj-1.13.1 bin/autoproj-reset
autoproj-1.13.0 bin/autoproj-reset
autoproj-1.13.0.b8 bin/autoproj-reset
autoproj-1.13.0.b7 bin/autoproj-reset
autoproj-1.13.0.b6 bin/autoproj-reset
autoproj-1.13.0.b5 bin/autoproj-reset
autoproj-1.13.0.b4 bin/autoproj-reset