For lint sake

This commit is contained in:
Andy Feller 2023-12-01 09:20:44 -05:00
parent a9e430e9bc
commit 152ab207b5

View file

@ -174,7 +174,7 @@ func rootHelpFunc(f *cmdutil.Factory, command *cobra.Command, args []string) {
helpEntries = append(helpEntries, helpEntry{"LEARN MORE", heredoc.Docf(`
Use %[1]sgh <command> <subcommand> --help%[1]s for more information about a command.
Read the manual at https://cli.github.com/manual
`,"`")})
`, "`")})
out := f.IOStreams.Out
for _, e := range helpEntries {