As `catleg` is mainly used as a CLI tool for now, it would be nice to have a few end-to-end tests of the CLI. The `catleg` CLI is based on typer, instructions for writing tests are available [here](https://typer.tiangolo.com/tutorial/testing/).
As
catlegis mainly used as a CLI tool for now, it would be nice to have a few end-to-end tests of the CLI.The
catlegCLI is based on typer, instructions for writing tests are available here.