From a7c8fa4b849aca82d7c9ac8ffc8e6242bb398979 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Thu, 18 Sep 2025 10:48:34 +0100 Subject: [PATCH] docs(agent-task): use `heredoc.Doc` Signed-off-by: Babak K. Shandiz --- pkg/cmd/agent-task/agent_task.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/agent-task/agent_task.go b/pkg/cmd/agent-task/agent_task.go index d7259eb45..8b59d59cc 100644 --- a/pkg/cmd/agent-task/agent_task.go +++ b/pkg/cmd/agent-task/agent_task.go @@ -20,7 +20,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command { Use: "agent-task ", Aliases: []string{"agent-tasks", "agent", "agents"}, Short: "Work with agent tasks (preview)", - Long: heredoc.Docf(` + Long: heredoc.Doc(` Working with agent tasks in the GitHub CLI is in preview and subject to change without notice. `),