WhyNotHugo / totp-cli

A cli-based pass-backed TOTP app.
ISC License
128 stars 13 forks source link

Switch to click #26

Open WhyNotHugo opened 12 months ago

WhyNotHugo commented 12 months ago

Now that we have a couple of extra commands, it might make sense to just use click. It's already in use for prompting during deletion (see: https://github.com/WhyNotHugo/totp-cli/pull/25)

WhyNotHugo commented 12 months ago

We probably want to drop argparse entirely and clean up the main code a bit.