docs(agent-task): use heredoc.Doc
Signed-off-by: Babak K. Shandiz <babakks@github.com>
This commit is contained in:
parent
7d2dfd3493
commit
a7c8fa4b84
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue