feat(config): warn_on_delete, warn_on_overwrite, display_art toggles in config
This commit is contained in:
parent
62c770dbf3
commit
6efa9863fe
5 changed files with 43 additions and 19 deletions
11
cmd/root.go
11
cmd/root.go
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue