You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently this gives a nasty json marshalling error
To fix this either:
--field="blah" would simply append "blah" to a string array, the same as specifying -H in the root level commands
an error is returned telling user to supply a json array: ["blah"]
Personally I would prefer the first one, but it would mean that the json creation would need to have context of what type every field is, which is not currently the case
The text was updated successfully, but these errors were encountered:
This seems to error at the moment
grpctl .... --field="blah"
Currently this gives a nasty json marshalling error
To fix this either:
--field="blah"
would simply append"blah"
to a string array, the same as specifying-H
in the root level commands["blah"]
Personally I would prefer the first one, but it would mean that the json creation would need to have context of what type every field is, which is not currently the case
The text was updated successfully, but these errors were encountered: