Class: CheckAhead::CLI::Commands::GenerateRules

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/cli/commands.rb

Instance Method Summary collapse

Instance Method Details

#call(tags:) ⇒ Object



26
27
28
29
# File 'lib/cli/commands.rb', line 26

def call(tags:, **)
  STDOUT.puts("\n\nGenerated output - please add it to CONTRIBUTING.md \n\n")
  STDOUT.puts Actions::GenerateRules.new(tags).execute
end