jezzsantos / automate

Templatize patterns from your own codebase, make them programmable, then share them with your team. https://jezzsantos.github.io/automate/
https://www.nuget.org/packages/automate
MIT License
7 stars 0 forks source link

Configuring a property on the root should be easier #93

Open jezzsantos opened 1 year ago

jezzsantos commented 1 year ago

To configure a property of a toolkit on the root element requires this command:

automate configure on "{<PATTERNNAME>}" --and-set "Name=Value"

according to these docs: https://jezzsantos.github.io/automate/runtime/#configuring-an-attribute

but remembering the name of the pattern <PATTERNNAME> when it comes to writing this command, is not obvious fair enough if you are referring to a sub element with a statement like <APATTERNNAME>.<ANELEMENTNAME> but if you have a toolkit that is basic, you should be able to write something simpler like:

automate configure --and-set "Name=Value"