Class: Marv::CLI::Commands
Instance Method Summary collapse
Methods inherited from Project
#build, #create, #link, #package, #watch
Methods inherited from Base
Instance Method Details
#config ⇒ Object
19 20 21 |
# File 'lib/marv/cli.rb', line 19 def config Marv::Global.new(self, true) end |
#version ⇒ Object
11 12 13 14 |
# File 'lib/marv/cli.rb', line 11 def version require_relative "version" puts "v#{Marv::VERSION}" end |