forked from Masterminds/sprig
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
currently get looks like this:
get $myDict "key1"
which supports a workflow such as 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.