Comments in yq queries #1505
WillAbides
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've been using yq for a while, but haven't ever written a query more than a couple of lines long. Now I am working on something that requires a more complex query, and I want to have something like code comments in my query so I can remember what's what.
So far I've been assigning strings to
$_
like below. Is there better syntax for this?Beta Was this translation helpful? Give feedback.
All reactions