Sha256: 769eb984f6774cffab21d2cbccdbcc04b29ab2c220f88c2877d20c7417244681

Contents?: true

Size: 207 Bytes

Versions: 22

Compression:

Stored size: 207 Bytes

Contents

#!/usr/bin/env ruby

lib = File.expand_path("../../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

require "git_commands"

cli = GitCommands::CLI.new(command_name: "purge")
cli.call

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
git_commands-3.3.4 bin/purge
git_commands-3.3.3 bin/purge
git_commands-3.3.2 bin/purge
git_commands-3.3.1 bin/purge
git_commands-3.3.0 bin/purge
git_commands-3.2.9 bin/purge
git_commands-3.2.8 bin/purge
git_commands-3.2.6 bin/purge
git_commands-3.2.5 bin/purge
git_commands-3.2.4 bin/purge
git_commands-3.2.3 bin/purge
git_commands-3.2.2 bin/purge
git_commands-3.2.1 bin/purge
git_commands-3.2.0 bin/purge
git_commands-3.1.8 bin/purge
git_commands-3.1.7 bin/purge
git_commands-3.1.6 bin/purge
git_commands-3.0.5 bin/purge
git_commands-3.0.4 bin/purge
git_commands-3.0.3 bin/purge