Better organize the cobra generated help page

This commit is contained in:
David Dworken
2022-11-14 20:18:22 -08:00
parent ecdd22dcdd
commit 27bbe97cb2
15 changed files with 65 additions and 38 deletions

View File

@ -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()))
},