Sha256: f7569138a3de74ed91ce7a8b43555a2271061f75a86875c977a65de48ecd09bd
Contents?: true
Size: 276 Bytes
Versions: 5
Compression:
Stored size: 276 Bytes
Contents
#!/usr/bin/env ruby # frozen_string_literal: true require "oauth" require "oauth/cli" # don't dump a backtrace on a ^C Signal.trap("INT") do puts exit(1) end ARGV << "help" if ARGV.empty? command = ARGV.shift OAuth::CLI.new($stdout, $stdin, $stderr, command, ARGV).run
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
oauth-1.0.1 | bin/oauth |
oauth-0.6.2 | bin/oauth |
oauth-1.0.0 | bin/oauth |
oauth-0.6.1 | bin/oauth |
oauth-0.6.0 | bin/oauth |