fullstorydev / fullstorydev/grpcurl
Allow flags to be passed on the end of the command line?
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
One of the things I find makes ordinary cURL easy to work with is that it allows tacking arguments onto the end of the command line, which in practice tends to mean things that vary per invocation (especially payloads) can live on the end and be edited easily.
I'm aware that `grpcurl` inherits its behaviour from Go's stdlib flag package, but would you be open to allowing flags to be specified at the end too?
I had a poke around and this stack overflow answer offers an approach that should work: https://stackoverflow.com/a/25113485/173062
I'd be happy to send in a PR if you're open to this
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.