diff --git a/messkit/commands.py b/messkit/commands.py index 58172cc..921161e 100644 --- a/messkit/commands.py +++ b/messkit/commands.py @@ -26,11 +26,11 @@ Messkit commands import typer -from rattail.commands.typer import typer_callback +from rattail.commands.typer import make_typer -messkit_typer = typer.Typer( - callback=typer_callback, +messkit_typer = make_typer( + name='messkit', help="Messkit (Generic Data App)" )