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
currently get looks like this:
get
get $myDict "key1"
which supports a workflow such as coalesce "foo" "" | get $myDict
coalesce "foo" "" | get $myDict
This is a request to support the opposite workflow:
retrieve "key1" $myDict
which could be used like:
`. | retrieve "value"`
I'm not really sure if retrieve if the right verb here, but order matters if you want succinct code and to use pipes in go templates.
retrieve
The text was updated successfully, but these errors were encountered:
No branches or pull requests
currently
get
looks like this:which supports a workflow such as
coalesce "foo" "" | get $myDict
This is a request to support the opposite workflow:
which could be used like:
I'm not really sure if
retrieve
if the right verb here, but order matters if you want succinct code and to use pipes in go templates.The text was updated successfully, but these errors were encountered: