This is a very opinionated set of components for building CLI applications. It is based on Rich
pip install rich-toolkitRich toolkit comes with an App class, this is used to give a consistent
style to your CLI application, it can be used as a context manager, like so:
TODO: new example