Sha256: 0cac0d2b320ac22ed8865349c2f0262e5700755460881d1c13be72eea6f07095
Contents?: true
Size: 311 Bytes
Versions: 2
Compression:
Stored size: 311 Bytes
Contents
# frozen_string_literal: true require 'mwc/utils/option' module Mwc module Options # The project related options class Project include Utils::Option option :name option :source_map, type: :bool option :shell, type: :path option :options, array: true end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
mwc-0.4.0 | lib/mwc/options/project.rb |
mwc-0.3.0 | lib/mwc/options/project.rb |