fix: artifacts in comments from copying the commands over initially

This commit is contained in:
Lewis Wynne 2026-02-11 17:24:32 +00:00
parent 3c2a0129c0
commit e04bcfb306
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ import (
"github.com/spf13/cobra"
)
// delCmd represents the set command
// delCmd represents the remove command
var delCmd = &cobra.Command{
Use: "remove KEY[@STORE] [KEY[@STORE] ...]",
Short: "Delete one or more keys",

View file

@ -27,7 +27,7 @@ import (
"github.com/spf13/cobra"
)
// delCmd represents the set command
// listStoresCmd represents the list-stores command
var listStoresCmd = &cobra.Command{
Use: "list-stores",
Short: "List all stores",