Class: ItchRewards::CLI::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Includes:
Helper
Defined in:
lib/itch_rewards/cli.rb

Instance Method Summary collapse

Methods included from Helper

#authenticated_client, #authenticated_client!, #cli, #color, #objects_to_table, #render_table, #show_rewards

Instance Method Details

#callObject



96
97
98
# File 'lib/itch_rewards/cli.rb', line 96

def call(*)
  cli.say "ItchRewards #{ItchRewards::VERSION} (ItchClient #{Itch::VERSION})"
end