class Githuh::CLI::Commands::User::Info

Public Instance Methods

call(**opts) click to toggle source
Calls superclass method Githuh::CLI::Commands::Base#call
# File lib/githuh/cli/commands/user/info.rb, line 18
def call(**opts)
  super(**opts)
  ap client.user.to_hash
end