Replies: 1 comment 2 replies
-
Not tested, but use @ for cyclical combinations. Try for text wildcards:
or for YAML:
When using multiple variables with YAML wildcards, I find it's much easier to use the simple variable. i.e. don't use |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I want to set a group of variables together, so they have a matching theme.
I tried it like this:
{${var1=warm}${var2=summer}|${var1=cold}${var2=winter}}
... but as soon as i start putting variable definitions inside a {...|...}, compilation doesn't succeed anymore.
What can I do? I need to randomize and then define multiple variables in a branched manner.
Beta Was this translation helpful? Give feedback.
All reactions