alex

Results 21 comments of alex

> @lllama I currently just do this > > ```py > import typer > > import create > import delete > > app = typer.Typer() > app.registered_commands += create.app.registered_commands +...