We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`` curl_msg = { "source": "https://$user_pass@$domain/$db", "target": "$db", "create_target":true } `` echo $curl_msg echo ``curl_msg.source`` echo ${curl_msg} echo ``curl_msg``
i can echo parts of the object, but not the whole object (which is what i desire).
i see only one output, which is curl_msg.source
curl_msg.source
The text was updated successfully, but these errors were encountered:
Right, not supported. It would be wonderful though.
Sorry, something went wrong.
add basic tickExport function. Fixes kristopolous#24.
ead7fa6
kristopolous
No branches or pull requests
i can echo parts of the object, but not the whole object (which is what i desire).
i see only one output, which is
curl_msg.source
The text was updated successfully, but these errors were encountered: