mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-22 16:24:00 +01: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{
|
||||
Use: "config-delete",
|
||||
Aliases: []string{"config-remove"},
|
||||
Short: "Delete a config option",
|
||||
GroupID: GROUP_ID_CONFIG,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
|
Loading…
Reference in New Issue
Block a user