feat(config): warn_on_delete, warn_on_overwrite, display_art toggles in config

This commit is contained in:
Lewis Wynne 2025-12-18 13:30:38 +00:00
parent 62c770dbf3
commit 6efa9863fe
5 changed files with 43 additions and 19 deletions

View file

@ -32,15 +32,8 @@ import (
var rootCmd = &cobra.Command{
Use: "pda",
Short: "A key-value store.",
Long: `
(c) 2025 Lewis Wynne
`}
Long: asciiArt,
}
func Execute() {
if configErr != nil {