We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
heredoc.Doc
1 parent 7d2dfd3 commit a7c8fa4Copy full SHA for a7c8fa4
1 file changed
pkg/cmd/agent-task/agent_task.go
@@ -20,7 +20,7 @@ func NewCmdAgentTask(f *cmdutil.Factory) *cobra.Command {
20
Use: "agent-task <command>",
21
Aliases: []string{"agent-tasks", "agent", "agents"},
22
Short: "Work with agent tasks (preview)",
23
- Long: heredoc.Docf(`
+ Long: heredoc.Doc(`
24
Working with agent tasks in the GitHub CLI is in preview and
25
subject to change without notice.
26
`),
0 commit comments