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]