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
I was reported the following behaviour with optional:
+ hey [ a | b|c ]
- hi
The space between options and the pipe doesn't allow matching to messages: "hey a", "hey c".
Do you want to tolerate the space between pip and options?