Sha256: 3762e28eaf399565c46baa792e7942d7ffe8fa0a98961f9c2757f23e4869ab9d

Contents?: true

Size: 205 Bytes

Versions: 10

Compression:

Stored size: 205 Bytes

Contents

#!/usr/bin/env ruby

$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'thegarage/gitx/cli/update_command'
args = ARGV.dup.unshift('update')
Thegarage::Gitx::Cli::UpdateCommand.start(args)

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
thegarage-gitx-2.14.0 bin/git-update
thegarage-gitx-2.13.1 bin/git-update
thegarage-gitx-2.13.0 bin/git-update
thegarage-gitx-2.12.0 bin/git-update
thegarage-gitx-2.11.0 bin/git-update
thegarage-gitx-2.10.2 bin/git-update
thegarage-gitx-2.10.1 bin/git-update
thegarage-gitx-2.10.0 bin/git-update
thegarage-gitx-2.9.0 bin/git-update
thegarage-gitx-2.8.1 bin/git-update