Add Username Function
This commit is contained in:
@@ -4,6 +4,8 @@ Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
"git.bullercodeworks.com/brian/keepass-cli/models"
|
||||
"github.com/spf13/cobra"
|
||||
)
|
||||
@@ -19,8 +21,9 @@ func init() {
|
||||
rootCmd.AddCommand(testCmd)
|
||||
}
|
||||
|
||||
func runTestCmd(cmd *cobra.Command, args []string) error {
|
||||
func runTestCmd(_ *cobra.Command, args []string) error {
|
||||
models.LoadFrequencies()
|
||||
fmt.Println(args)
|
||||
/*
|
||||
var db *models.KeePassDB
|
||||
pass, err := util.PromptUserForPassword("Master Password")
|
||||
|
||||
Reference in New Issue
Block a user