You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating tasks with two or more wildcard arguments, I found that using dashes like in the doc example works well, but using dots leads to a different behaviour:
I'm guessing that's some regex issue. Or is it related to YAML paths?
Is it a bug, or are dots just officially not supported?
I don't want to use dashes because sometimes I need to pass arguments such as UUIDs that already have dashes in them. I could use other characters, but some will cause other problems, and some just look weird as separators.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When creating tasks with two or more wildcard arguments, I found that using dashes like in the doc example works well, but using dots leads to a different behaviour:
I'm guessing that's some regex issue. Or is it related to YAML paths?
Is it a bug, or are dots just officially not supported?
I don't want to use dashes because sometimes I need to pass arguments such as UUIDs that already have dashes in them. I could use other characters, but some will cause other problems, and some just look weird as separators.
Beta Was this translation helpful? Give feedback.
All reactions