keepass-cli/cli/cli.go

13 lines
168 B
Go
Raw Permalink Normal View History

2024-05-15 18:42:38 +00:00
/*
Copyright © 2024 Brian Buller <brian@bullercodeworks.com>
*/
package cli
type Program struct {
debug bool
}
func (p *Program) Initialize() error {
return nil
}