PeepDB-dev / peepdb

CLI tool and python library to inspect databases fast.
https://docs.peepdb.dev/
GNU General Public License v3.0
289 stars 15 forks source link

Research about adding click as the cli ui and implement it #19

Closed evangelosmeklis closed 1 month ago

evangelosmeklis commented 1 month ago

As noted in a reddit post (https://www.reddit.com/r/Python/comments/1febbx0/my_first_opensource_project_built_with_python_to/) , either use click or typer (research needed) to improve the CLI experience.