Simple-DSL icon indicating copy to clipboard operation
Simple-DSL copied to clipboard

Add convenience method for copying out dsl arguments

Open swarren12 opened this issue 2 years ago • 0 comments

Add a new convenience method to the DslParams interface that allows the raw String arguments to be extracted, so that they can then be parsed into another instance. This would be useful when writing a high-level DSL that would in turn invoke some more low-level DSLs, each using a subset of the original arguments.

swarren12 avatar Dec 01 '21 12:12 swarren12