Sha256: cebee1f3dad0760ef97b5e9e1cbda467b53f9706b828eeee454a93a1009730e7
Contents?: true
Size: 291 Bytes
Versions: 30
Compression:
Stored size: 291 Bytes
Contents
require 'ey-core/cli/subcommand' module Ey module Core module Cli class CurrentUser < Subcommand title "current_user" summary "Print the current user information" def handle ap core_client.users.current end end end end end
Version data entries
30 entries across 30 versions & 2 rubygems