fullstorydev / fullstorydev/grpcurl

Proposal: Streamline CLI flags and args

Open
#62 0 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.