Class: Makit::Rake::RepositoryCommand
- Inherits:
-
Clamp::Command
- Object
- Clamp::Command
- Makit::Rake::RepositoryCommand
- Defined in:
- lib/makit/rake/cli.rb
Overview
Command to run rake tasks in repositories (legacy compatibility)
Instance Method Summary collapse
Instance Method Details
#execute ⇒ Object
161 162 163 164 |
# File 'lib/makit/rake/cli.rb', line 161 def execute puts "Running rake task '#{task}' in repository: #{url}".colorize(:blue) Makit::Rake.rake_repository(url, task) end |