Xylon2 / todefer

a task manager
0 stars 0 forks source link

How to add a user? #10

Closed Xylon2 closed 4 months ago

Xylon2 commented 7 months ago

Probably should add a feature on the command-line to create the first user.

Xylon2 commented 4 months ago

Could make it take username and password on the CLI. In this case I will need to use: parse-opts https://github.com/clojure/tools.cli

Or I could make it prompt for username and password.

Xylon2 commented 4 months ago

implemented in e8d56ad