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
(while stuff like /addAll from and /addAll from foo bar would be disallowed. however, in this case, due to the (deliberate) use of string(), the workaround is pretty obvious: /addAll "from" or /addAll "from" foo bar.)
There should be an argument node that allows infinite repeat, for example, something along the lines of:
would allow stuff like:
(while stuff like
/addAll from
and/addAll from foo bar
would be disallowed. however, in this case, due to the (deliberate) use ofstring()
, the workaround is pretty obvious:/addAll "from"
or/addAll "from" foo bar
.)Further, something like:
would allow stuff like:
etc.
The text was updated successfully, but these errors were encountered: