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.
currently
getlooks like this:which supports a workflow such as
coalesce "foo" "" | get $myDictThis is a request to support the opposite workflow:
which could be used like:
I'm not really sure if
retrieveif the right verb here, but order matters if you want succinct code and to use pipes in go templates.