Migrate the tool client from the standard argparse to use a more intuitive CLI builder such as typer which provides an easy to use interface for both devs and users, leverages the use of type hints, out-of-the-box support for auto-completion in the terminal, and so much more 😄
Additionally, Rich is "deeply integrated into Typer to display beautiful output" and I think integrating it with Typer, and more into the tool would be a nice addition to improve the user experience and interface.
Migrate the tool client from the standard
argparse
to use a more intuitive CLI builder such astyper
which provides an easy to use interface for both devs and users, leverages the use of type hints, out-of-the-box support for auto-completion in the terminal, and so much more 😄Additionally, Rich is "deeply integrated into Typer to display beautiful output" and I think integrating it with Typer, and more into the tool would be a nice addition to improve the user experience and interface.