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
This is actually default behaviour for getopt. Closing this, sorry. I got confused because jq supports this, so when mixing it inline with actions it gets confusing when you need to escape and when not. 🤷♂️
Bug report
Yabai does not correctly parse nested quotes.
action="echo 'a "b" c'"
reads the actionecho 'a
instead ofecho 'a "b" c'
.The text was updated successfully, but these errors were encountered: