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]#