Skip to content

Commit 2ededc5

Browse files
babakksCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 9075b62 commit 2ededc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/discussion/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ func NewCmdCreate(f *cmdutil.Factory, runF func(*CreateOptions) error) *cobra.Co
4242
Long: heredoc.Docf(`
4343
Create a new GitHub Discussion in a repository.
4444
45-
With %[1]s--title%[1]s, %[1]s--body%[1]s, and %[1]s--category%[1]s, a discussion is created non-interactively.
45+
With %[1]s--title%[1]s, %[1]s--body%[1]s (or %[1]s--body-file%[1]s), and %[1]s--category%[1]s, a discussion is created non-interactively.
4646
Omitting any of these flags triggers interactive prompts when connected to a terminal.
4747
`, "`"),
4848
Example: heredoc.Doc(`

0 commit comments

Comments
 (0)