-
-
Notifications
You must be signed in to change notification settings - Fork 931
Mask unions from commands #2867
Copy link
Copy link
Open
Labels
status:pendingPending acceptance or closure.Pending acceptance or closure.type:feature-requestRequest for something newRequest for something new
Metadata
Metadata
Assignees
Labels
status:pendingPending acceptance or closure.Pending acceptance or closure.type:feature-requestRequest for something newRequest for something new
The Problem
Mask unions are implemented in the code but can't be used via commands, only mask intersections using spaces can be used.
A Solution
some characters like pipes "|" could be used to separate them
but this would probably involve precedence parsing using parens or something
Alternatives
No response
Anything Else?
No response