Sha256: cfb02d007d5cc6a09ec6b5685c67b8006b1ef505f4dc14cc62527146a7d72a22

Contents?: true

Size: 212 Bytes

Versions: 8

Compression:

Stored size: 212 Bytes

Contents

#!/usr/bin/env ruby

require_relative '../lib/pivotoolz/git_branch'

if ARGV.length < 1
  puts "#{GitBranch.usage_message}"
  exit
end
first_arg, *the_rest = ARGV
puts GitBranch.new.generate(first_arg, the_rest)

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
pivotoolz-2.4.2 exe/pv-git-branch
pivotoolz-2.4.1 exe/pv-git-branch
pivotoolz-2.4.0 exe/pv-git-branch
pivotoolz-2.3.0 exe/pv-git-branch
pivotoolz-2.2.0 exe/pv-git-branch
pivotoolz-2.1.0 exe/pv-git-branch
pivotoolz-2.0.0 exe/pv-git-branch
pivotoolz-1.3.0 exe/pv-git-branch