Skip to content

Commit a7c8fa4

Browse files
committed
docs(agent-task): use heredoc.Doc
Signed-off-by: Babak K. Shandiz <babakks@github.com>
1 parent 7d2dfd3 commit a7c8fa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/agent-task/agent_task.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command {
2020
Use: "agent-task <command>",
2121
Aliases: []string{"agent-tasks", "agent", "agents"},
2222
Short: "Work with agent tasks (preview)",
23-
Long: heredoc.Docf(`
23+
Long: heredoc.Doc(`
2424
Working with agent tasks in the GitHub CLI is in preview and
2525
subject to change without notice.
2626
`),

0 commit comments

Comments
 (0)