fullstorydev / fullstorydev/grpcurl
Proposal: Streamline CLI flags and args
Open
- Dominant language
- Go
- Stars
- 12.8k
- Forks
- 580
- Avg merge
- 1h 8m
- Merged PRs (30d)
- 5
Description
As `grpcurl` is using standard `flags` package, it's requires to pass flags before positional arguments.
It pretty difficult to "play around" with different commands. I would propose to use come well established CLI libraries for streamlining this process.
Here are one of the libraries that may work:
https://github.com/spf13/cobra/
https://github.com/alecthomas/kingpin
https://github.com/urfave/cli
The change could be done in a backward compatible way I believe.
I could work on a PR if this change would be desired.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.