Add more help message to browse command

This commit is contained in:
Samuel Durante 2023-12-12 20:36:40 -03:00
parent 0be047296e
commit ab7e55e20a

View file

@ -67,6 +67,9 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
$ gh browse
#=> Open the home page of the current repository
$ gh browse script/createrepo.sh
#=> Open the repository in the path specified
$ gh browse 217
#=> Open issue or pull request 217