Class: Clitopic::Command::Version

Inherits:
Base
  • Object
show all
Defined in:
lib/clitopic/command/version.rb

Class Method Summary collapse

Methods inherited from Base

cmd_options, fullname, load_defaults, load_options, option, register, topic, topic_options

Methods included from Parser::OptParser

#check_all_required, #check_required, #help, #parse, #parser, #process_options

Class Method Details

.callObject



16
17
18
# File 'lib/clitopic/command/version.rb', line 16

def call
  puts Clitopic.version
end