faboshka / secret-santa

A Secret Santa 🎅🎄 game which randomly assigns and notifies people to whom they should give a gift using Twilio's messaging API
The Unlicense
5 stars 0 forks source link

Migrate from `argparse` to `typer` #20

Closed faboshka closed 3 months ago

faboshka commented 1 year ago

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.