Sha256: 713c53c454a3d0f91a6910e174a0a07a875f01eda0dcc204d901583859e1b19c

Contents?: true

Size: 208 Bytes

Versions: 7

Compression:

Stored size: 208 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: "remove")
cli.call

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
git_commands-3.5.3 bin/remove
git_commands-3.5.2 bin/remove
git_commands-3.5.1 bin/remove
git_commands-3.4.0 bin/remove
git_commands-3.3.7 bin/remove
git_commands-3.3.6 bin/remove
git_commands-3.3.5 bin/remove