result_callback
def result_callback(*args, **kwargs)
Arguments:
*args: **kwargs:
Returns:
callback
@app.callback()
def callback(ctx: typer.Context,
telemetry: Optional[bool] = typer.Option(
None, show_default=False,
help="Enable or disable telemetry"))
Grai CLI
Arguments:
ctx (typer.Context):
telemetry
Optional[bool], optional - (Default value = typer.Option(None, show_default=False, help="Enable or disable telemetry"))
Returns: