Class: Krane::CLI::VersionCommand

Inherits:
Object
  • Object
show all
Defined in:
lib/krane/cli/version_command.rb

Constant Summary collapse

OPTIONS =
{}

Class Method Summary collapse

Class Method Details

.from_options(_) ⇒ Object



8
9
10
# File 'lib/krane/cli/version_command.rb', line 8

def self.from_options(_)
  puts("krane #{::Krane::VERSION}")
end