Method: GitSSHWrapper::CLI#print_version

Defined in:
lib/git-ssh-wrapper/cli.rb


63
64
65
66
# File 'lib/git-ssh-wrapper/cli.rb', line 63

def print_version
  puts "git-ssh-wrapper version #{GitSSHWrapper::VERSION}"
  exit 0
end