jobflow_remote.cli.jfr_typer module#

class jobflow_remote.cli.jfr_typer.JFRTyper(*args, **kwargs)[source]#

Bases: Typer

Subclassing typer to intercept exceptions and print nicer error messages.

callback(*args, **kwargs) Callable[[CommandFunctionType], CommandFunctionType][source]#
command(*args, **kwargs) Callable[[CommandFunctionType], CommandFunctionType][source]#
jobflow_remote.cli.jfr_typer.default_callback(print_tree: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f050df4b090>] = False)[source]#