Implement `target' recipe keyword
This commit is contained in:
@@ -13,6 +13,9 @@ module Producer
|
||||
end
|
||||
end
|
||||
|
||||
extend Forwardable
|
||||
def_delegators :@env, :target
|
||||
|
||||
define_action :echo, Actions::Echo
|
||||
define_action :sh, Actions::ShellCommand
|
||||
|
||||
|
Reference in New Issue
Block a user