/* Copyright © 2024 Brian Buller */ package main import "git.bullercodeworks.com/brian/keepass-cli/cmd" func main() { cmd.Execute() }