Command to run rake tasks in repositories (legacy compatibility)
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