lib/makit/cli/clean.rb in makit-0.0.48 vs lib/makit/cli/clean.rb in makit-0.0.49

- old
+ new

@@ -1,14 +1,14 @@ -# 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 +# 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