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 want to develop a prove plugin that needs more flexibility with respect to the arguments passed to the plugin. Especially the comma should at some places be used as is. Currently there exists now way to escape it.
I would have bet that breaking backwards compatibility would be the killer argument. Of course the way argument splitting is implemented works as long as the arguments do not contain a comma. I would like to pass a JSON one liner to a prove plugin to have flexible way to configure it. One such configuration could be
I want to develop a prove plugin that needs more flexibility with respect to the arguments passed to the plugin. Especially the comma should at some places be used as is. Currently there exists now way to escape it.
Do you see any way to implement this? A number of different approaches are described here split on delimiter unless escaped.
The text was updated successfully, but these errors were encountered: