Class: Credman::CLI::Commands::Version

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

Instance Method Summary collapse

Instance Method Details

#callObject



114
115
116
# File 'lib/credman/commands.rb', line 114

def call(*)
  puts Credman::VERSION
end