Appears to be a functional migration to cobra

This commit is contained in:
David Dworken
2022-11-14 20:34:36 -08:00
parent 0667494239
commit be2cde72c2
3 changed files with 3 additions and 8 deletions

View File

@ -18,6 +18,7 @@ var saveHistoryEntryCmd = &cobra.Command{
Use: "saveHistoryEntry",
Hidden: true,
Short: "[Internal-only] The command used to save history entries",
DisableFlagParsing: true,
Run: func(cmd *cobra.Command, args []string) {
ctx := hctx.MakeContext()
lib.CheckFatalError(maybeUploadSkippedHistoryEntries(ctx))