class Krane::CLI::VersionCommand

Constants

OPTIONS

Public Class Methods

from_options(_) click to toggle source
# File lib/krane/cli/version_command.rb, line 8
def self.from_options(_)
  puts("krane #{::Krane::VERSION}")
end