Class: FWToolkit::CLI

Inherits:
Thor
  • Object
show all
Includes:
ThorUtils, Thor::Actions
Defined in:
lib/fwtoolkit/cli.rb

Instance Method Summary collapse

Methods included from ThorUtils

included

Methods included from Thor::Actions

#run, #run!, #run_base, #template_directory

Instance Method Details

#versionObject



21
22
23
# File 'lib/fwtoolkit/cli.rb', line 21

def version
	puts "FWToolkit version #{FWToolkit::VERSION}"
end