More expansive info on builder

This commit is contained in:
David Heinemeier Hansson
2023-01-13 10:28:46 +01:00
parent e85c8161df
commit fd5172266e
4 changed files with 12 additions and 1 deletions

View File

@@ -45,6 +45,7 @@ namespace :mrsk do
task :info do
run_locally do
puts "Builder: #{MRSK.builder.name} (#{MRSK.builder.target.class.name})"
puts capture(*MRSK.builder.info)
end
end
end