Sha256: 0cc6fd4bb209cd0e42f9aa2fb2bc7ea1bbf7abebe88162f793dea0f577a3d6ec

Contents?: true

Size: 254 Bytes

Versions: 9

Compression:

Stored size: 254 Bytes

Contents

#!/usr/bin/env ruby

require_relative "../lib/oauth"
require "oauth/cli"

Signal.trap("INT") { puts; exit(1) } # don't dump a backtrace on a ^C

ARGV << "help" if ARGV.empty?
command = ARGV.shift

OAuth::CLI.new(STDOUT, STDIN, STDERR, command, ARGV).run

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
oauth-0.5.14 bin/oauth
oauth-0.5.13 bin/oauth
oauth-0.5.12 bin/oauth
oauth-0.5.11 bin/oauth
oauth-0.5.10 bin/oauth
oauth-0.5.9 bin/oauth
oauth-0.5.8 bin/oauth
oauth-0.5.7 bin/oauth
oauth-0.5.7.pre.pre1 bin/oauth