Why not declare `options` in the `dsl` scope? 
    
    
    template dsl(body: untyped) =
      block:
        template options(optionsBody: untyped) =
          # ...
        body
    
    
    Run

Reply via email to