Sha256: c7b3ea2f762b5c705bc52d7fb77ddd0d7e6723192ddc5b9772505300abccb570
Contents?: true
Size: 477 Bytes
Versions: 14
Compression:
Stored size: 477 Bytes
Contents
# frozen_string_literal: true require "sod" module Milestoner module CLI module Commands # Handles the building of milestone output. class Cache < Sod::Command include Import[:settings, :logger] handle "cache" description "Manage cache." on Actions::Cache::Info on Actions::Cache::List on Actions::Cache::Find on Actions::Cache::Create on Actions::Cache::Delete end end end end
Version data entries
14 entries across 14 versions & 1 rubygems