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

@@ -1,7 +1,7 @@
require "mrsk/commands/base"
class Mrsk::Commands::Builder < Mrsk::Commands::Base
delegate :create, :remove, :push, :pull, to: :target
delegate :create, :remove, :push, :pull, :info, to: :target
delegate :native?, :multiarch?, :remote?, to: :name
def name