Add config-remove as an alias for config-delete

This commit is contained in:
David Dworken 2023-12-19 15:03:55 -08:00
parent 47d6581f64
commit 60f5a222c0
No known key found for this signature in database

View File

@ -11,6 +11,7 @@ import (
var configDeleteCmd = &cobra.Command{
Use: "config-delete",
Aliases: []string{"config-remove"},
Short: "Delete a config option",
GroupID: GROUP_ID_CONFIG,
Run: func(cmd *cobra.Command, args []string) {