Class: ItchRewards::CLI::Commands::Version
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- ItchRewards::CLI::Commands::Version
- 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
#call ⇒ Object
96 97 98 |
# File 'lib/itch_rewards/cli.rb', line 96 def call(*) cli.say "ItchRewards #{ItchRewards::VERSION} (ItchClient #{Itch::VERSION})" end |