| 1 | // Package cli contains helpers used by transport-specific command-line client |
| 2 | // generators for parsing the command-line flags to identify the service and |
| 3 | // the method to make a request along with the request payload to be sent. |
| 4 | package cli |
nothing calls this directly
no test coverage detected