docs(agent-task): use heredoc.Doc

Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
Babak K. Shandiz 2025-09-18 10:48:34 +01:00
parent 7d2dfd3493
commit a7c8fa4b84
No known key found for this signature in database
GPG key ID: 9472CAEFF56C742E

View file

@ -20,7 +20,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command {
Use: "agent-task <command>",
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.
`),