Merge pull request #1109 from gedenata/remove-strict-link
remove strict ">" when click link Closes #1126
This commit is contained in:
commit
f976056126
1 changed files with 2 additions and 2 deletions
|
|
@ -384,9 +384,9 @@ func rootHelpFunc(command *cobra.Command, args []string) {
|
|||
$ gh pr checkout 321`},
|
||||
{"LEARN MORE", `
|
||||
Use "gh <command> <subcommand> --help" for more information about a command.
|
||||
Read the manual at <http://cli.github.com/manual>`},
|
||||
Read the manual at http://cli.github.com/manual`},
|
||||
{"FEEDBACK", `
|
||||
Fill out our feedback form <https://forms.gle/umxd3h31c7aMQFKG7>
|
||||
Fill out our feedback form https://forms.gle/umxd3h31c7aMQFKG7
|
||||
Open an issue using “gh issue create -R cli/cli”`},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue