fix: artifacts in comments from copying the commands over initially
This commit is contained in:
parent
3c2a0129c0
commit
e04bcfb306
2 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue