ElSnoMan/pyleniumio

Switch from Click to Typer for CLI

ElSnoMan opened this issue · 3 comments

We're now using rich-click for cleaner and prettier outputs, but we're only using the bare bones. We can take a closer look at how we can leverage this awesome package.

https://github.com/ewels/rich-click

For example, using markup or markdown and seeing how we use (or don't use) click.echo()

Typer is what I've been using for CLI apps and it's much better (still uses rich and click). Eventually we should update the Pylenium CLI to use it!

Completed in this PR: #304