diff --git a/corporal/commands.py b/corporal/commands.py index f18cbf0..eed93e0 100644 --- a/corporal/commands.py +++ b/corporal/commands.py @@ -5,12 +5,12 @@ Corporal commands import typer -from rattail.commands.typer import typer_callback +from rattail.commands.typer import make_typer # nb. this is the top-level command for corporal -corporal_typer = typer.Typer( - callback=typer_callback, +corporal_typer = make_typer( + name='corporal', help="Corporal (custom Rattail system)" )