Add idiomatic documentation to Go, Java, Python, and Rust clients
This commit is contained in:
@@ -42,6 +42,7 @@ def version(output_json: bool) -> None:
|
||||
|
||||
|
||||
def gateway_options(command: Callable[..., Any]) -> Callable[..., Any]:
|
||||
"""Apply the shared gateway connection options to a Click command."""
|
||||
command = click.option("--endpoint", default="localhost:5000", show_default=True)(command)
|
||||
command = click.option("--api-key", default=None, help="Gateway API key.")(command)
|
||||
command = click.option(
|
||||
|
||||
Reference in New Issue
Block a user