Initial Commit

This commit is contained in:
2024-05-15 13:42:38 -05:00
parent 1be02c96ff
commit 9aa99fdb91
14 changed files with 799 additions and 232 deletions

11
main.go Normal file
View File

@@ -0,0 +1,11 @@
/*
Copyright © 2024 NAME HERE <EMAIL ADDRESS>
*/
package main
import "git.bullercodeworks.com/brian/keepass-cli/cmd"
func main() {
cmd.Execute()
}