class Marv::CLI::Commands

Public Instance Methods

config() click to toggle source
# File lib/marv/cli.rb, line 19
def config
  Marv::Global.new(self, true)
end
version() click to toggle source
# File lib/marv/cli.rb, line 11
def version
  require_relative "version"
  puts "v#{Marv::VERSION}"
end