Sha256: 1ef2b1eae7df69a3022eede64ff4e0a0e6913ae61b43abb9ca22dca0c96284d1
Contents?: true
Size: 239 Bytes
Versions: 25
Compression:
Stored size: 239 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
25 entries across 25 versions & 1 rubygems