mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-15 17:42:41 +02:00
Better organize the cobra generated help page
This commit is contained in:
@ -9,8 +9,9 @@ import (
|
||||
)
|
||||
|
||||
var configSetCmd = &cobra.Command{
|
||||
Use: "config-set",
|
||||
Short: "Set the value of a config option",
|
||||
Use: "config-set",
|
||||
Short: "Set the value of a config option",
|
||||
GroupID: GROUP_ID_CONFIG,
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
cmd.Help()
|
||||
},
|
||||
|
Reference in New Issue
Block a user