Class: CheckAhead::CLI::Commands::GenerateRules
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- CheckAhead::CLI::Commands::GenerateRules
- 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().execute end |