Skip to content

Commit 9b0026d

Browse files
docs: surround remediation flags with backticks for prompted feedback (#135)
Update errors.go
1 parent b395fd1 commit 9b0026d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/slackerror/errors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ Otherwise start your app for local development with: %s`,
729729
Code: ErrFeedbackNameRequired,
730730
Message: "The name of the feedback is required",
731731
Remediation: strings.Join([]string{
732-
"Please provide a --name <string> flag or remove the --no-prompt flag",
732+
"Please provide a `--name <string>` flag or remove the `--no-prompt` flag",
733733
fmt.Sprintf("View feedback options with %s", style.Commandf("feedback --help", false)),
734734
}, "\n"),
735735
},

0 commit comments

Comments
 (0)