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 dont understand, is it exactly what stringify (soon to be called compile) method is doing ? Stringify, in its new version shall return a string, not an array.
Add the
stringify
method, documentation and tests.The method converts an array, which is result of the
compile
method, to a CLI command string. For example:If the Parameters config is:
The script like this:
will output this:
The text was updated successfully, but these errors were encountered: