Skip to content
This repository has been archived by the owner on Sep 28, 2020. It is now read-only.

Layer composition DSL #202

Open
erikh opened this issue Mar 24, 2017 · 0 comments
Open

Layer composition DSL #202

erikh opened this issue Mar 24, 2017 · 0 comments

Comments

@erikh
Copy link
Member

erikh commented Mar 24, 2017

layer do
  run "one"
  copy "two", "two"
  run "three"
end

layer do
  run "another!"
  copy "woo", "woo"
end

This executes the series of commands within the block to a single layer; this would allow for the logical grouping of commands related to a particular subject.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant