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. `),