Skip to content
New issue

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

Support repeates fields in input #19

Open
joshcarp opened this issue Dec 22, 2021 · 0 comments
Open

Support repeates fields in input #19

joshcarp opened this issue Dec 22, 2021 · 0 comments

Comments

@joshcarp
Copy link
Owner

This seems to error at the moment

message Foo {
    repeated string field = 1;
}

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
  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant