Class: Githuh::CLI::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



15
16
17
# File 'lib/githuh/cli/commands/version.rb', line 15

def call(*)
  puts Githuh::VERSION
end