Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configuring a property on the root should be easier #93

Open
jezzsantos opened this issue Jul 5, 2023 · 0 comments
Open

Configuring a property on the root should be easier #93

jezzsantos opened this issue Jul 5, 2023 · 0 comments
Labels
defect-design Something doesn't quite work as it should (usability)

Comments

@jezzsantos
Copy link
Owner

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"
@jezzsantos jezzsantos added the defect-design Something doesn't quite work as it should (usability) label Jul 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
defect-design Something doesn't quite work as it should (usability)
Projects
None yet
Development

No branches or pull requests

1 participant