[fix] bugfixes from testing

- sqlite wrapper func context bug
This commit is contained in:
2025-06-19 15:05:09 -04:00
parent 473bebb04d
commit 2045a75d68
5 changed files with 73 additions and 54 deletions

View File

@@ -47,6 +47,7 @@ var addCmd = &cobra.Command{
fmt.Printf("Password: ")
ps, err := term.ReadPassword(int(os.Stdin.Fd()))
cobra.CheckErr(err)
fmt.Println()
db, err := database.New()
cobra.CheckErr(err)