Sha256: 8926a3843e9c575ef91d351eaaf02cdf7c7eec3e07647ab8c11a53daa3effd7f
Contents?: true
Size: 211 Bytes
Versions: 10
Compression:
Stored size: 211 Bytes
Contents
#!/usr/bin/env ruby $:.unshift File.join(File.dirname(__FILE__), '..', 'lib') require 'thegarage/gitx/cli/buildtag_command' args = ARGV.dup.unshift('buildtag') Thegarage::Gitx::Cli::BuildtagCommand.start(args)
Version data entries
10 entries across 10 versions & 1 rubygems