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

Version Path
oauth-0.5.14 lib/oauth/cli/help_command.rb
oauth-0.5.13 lib/oauth/cli/help_command.rb
oauth-0.5.12 lib/oauth/cli/help_command.rb
oauth-0.5.11 lib/oauth/cli/help_command.rb
oauth-0.5.10 lib/oauth/cli/help_command.rb
oauth-0.5.9 lib/oauth/cli/help_command.rb
oauth-0.5.8 lib/oauth/cli/help_command.rb
oauth-0.5.7 lib/oauth/cli/help_command.rb
oauth-0.5.7.pre.pre1 lib/oauth/cli/help_command.rb
tdiary-5.1.6 vendor/bundle/ruby/2.7.0/gems/oauth-0.5.6/lib/oauth/cli/help_command.rb
oauth-0.5.6 lib/oauth/cli/help_command.rb
oauth-0.5.5 lib/oauth/cli/help_command.rb
tdiary-5.0.8 vendor/bundle/gems/oauth-0.5.4/lib/oauth/cli/help_command.rb
oauth-0.5.4 lib/oauth/cli/help_command.rb
tdiary-5.0.5 vendor/bundle/gems/oauth-0.5.3/lib/oauth/cli/help_command.rb
oauth-0.5.3 lib/oauth/cli/help_command.rb
oauth-0.5.2 lib/oauth/cli/help_command.rb