Class: Marv::CLI::Commands

Inherits:
Project show all
Defined in:
lib/marv/cli.rb

Instance Method Summary collapse

Methods inherited from Project

#build, #create, #link, #package, #watch

Methods inherited from Base

source_root

Instance Method Details

#configObject



19
20
21
# File 'lib/marv/cli.rb', line 19

def config
  Marv::Global.new(self, true)
end

#versionObject



11
12
13
14
# File 'lib/marv/cli.rb', line 11

def version
  require_relative "version"
  puts "v#{Marv::VERSION}"
end