Sha256: ab25309a553a5d754c5e8aa72e010f4ed87bdf29adc22474244902341c010f24
Contents?: true
Size: 562 Bytes
Versions: 17
Compression:
Stored size: 562 Bytes
Contents
class OAuth::CLI class HelpCommand < BaseCommand def run puts <<-EOT Usage: oauth COMMAND [ARGS] Available oauth commands are: a, authorize Obtain an access token and secret for a user q, query Query a protected resource s, sign Generate an OAuth signature In addition to those, there are: v, version Displays the current version of the library (or --version, -v) h, help Displays this help (or --help, -h) Tip: All commands can be run without args for specific help. EOT end end end
Version data entries
17 entries across 17 versions & 2 rubygems