mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 03:47:54 +02:00
Add config-remove as an alias for config-delete
This commit is contained in:
parent
47d6581f64
commit
60f5a222c0
@ -11,6 +11,7 @@ import (
|
|||||||
|
|
||||||
var configDeleteCmd = &cobra.Command{
|
var configDeleteCmd = &cobra.Command{
|
||||||
Use: "config-delete",
|
Use: "config-delete",
|
||||||
|
Aliases: []string{"config-remove"},
|
||||||
Short: "Delete a config option",
|
Short: "Delete a config option",
|
||||||
GroupID: GROUP_ID_CONFIG,
|
GroupID: GROUP_ID_CONFIG,
|
||||||
Run: func(cmd *cobra.Command, args []string) {
|
Run: func(cmd *cobra.Command, args []string) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user