Class: Inquirex::Tools::Commands::Version

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/inquirex/tools/commands/version.rb

Overview

Prints this tool's own version. See versions (plural) for the family's lockstep version.

Instance Method Summary collapse

Instance Method Details

#callvoid

This method returns an undefined value.



12
# File 'lib/inquirex/tools/commands/version.rb', line 12

def call(**) = puts("inquirex-tools #{Inquirex::Tools::VERSION}")