Sha256: 7a187e12fd9a8cdaca38a610a48f36af88437502012760e77bd8185abfe5cd21
Contents?: true
Size: 253 Bytes
Versions: 29
Compression:
Stored size: 253 Bytes
Contents
# frozen_string_literal: true require "clamp" module Makit module Cli # Define the 'new' subcommand class CleanCommand < Clamp::Command def execute puts "TODO: implement clean command" end end end end
Version data entries
29 entries across 29 versions & 1 rubygems