mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-13 16:57:23 +02:00
Better organize the cobra generated help page
This commit is contained in:
@ -7,8 +7,9 @@ import (
|
||||
)
|
||||
|
||||
var reuploadCmd = &cobra.Command{
|
||||
Use: "reupload",
|
||||
Short: "[Debug Only] Reupload your entire hiSHtory to all other devices",
|
||||
Use: "reupload",
|
||||
Hidden: true,
|
||||
Short: "[Debug Only] Reupload your entire hiSHtory to all other devices",
|
||||
Run: func(cmd *cobra.Command, args []string) {
|
||||
lib.CheckFatalError(lib.Reupload(hctx.MakeContext()))
|
||||
},
|
||||
|
Reference in New Issue
Block a user