Handle the application command line parsing and the dispatch to various command objects
Classes: Error
15 16 17 18
# File 'lib/vtk/cli.rb', line 15 def version require_relative 'version' puts "v#{Vtk::VERSION}" end