lib/githuh/cli/commands/user/info.rb in githuh-0.2.1 vs lib/githuh/cli/commands/user/info.rb in githuh-0.3.0

- old
+ new

@@ -15,10 +15,10 @@ class Info < Base desc "Print user information" def call(**opts) super(**opts) - puts JSON.pretty_generate(client.user.to_hash) + ap client.user.to_hash end end end register "user", aliases: ["u"] do |prefix|