Sha256: 3578d990b88e73d8b9c0f8a92ee8233be37f66ac05a4d0b3ac7c209e8ce0a046
Contents?: true
Size: 430 Bytes
Versions: 18
Compression:
Stored size: 430 Bytes
Contents
# frozen_string_literal: true require "sod" module Rubysmith module CLI module Actions # Stores community flag. class Community < Sod::Action include Import[:input] description "Add community documentation." on "--[no-]community" default { Container[:configuration].build_community } def call(value = nil) = input.build_community = value end end end end
Version data entries
18 entries across 18 versions & 1 rubygems