Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 49eb361

Browse files
committed
Fix panic due to missing flag
1 parent d823392 commit 49eb361

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/command/activity.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ func NewWatchActivityCommand(cfg Config) *cobra.Command {
110110
cmd.Flags().StringVar(&itemTemplateText, "item-template", `{{ template "ActivityItem" . }}`, "the item `template` used to render the items")
111111
cmd.Flag("feed-template").Hidden = true
112112
cmd.Flag("item-template").Hidden = true
113-
cmd.Flag("user-agent").Hidden = true
114113

115114
cmd.RunE = func(cmd *cobra.Command, args []string) error {
116115
ctx, out := cmd.Context(), cmd.OutOrStdout()

0 commit comments

Comments
 (0)