From ab7e55e20a4594bfbec6a3bdd204926ee95d145c Mon Sep 17 00:00:00 2001 From: Samuel Durante Date: Tue, 12 Dec 2023 20:36:40 -0300 Subject: [PATCH] Add more help message to browse command --- pkg/cmd/browse/browse.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 11f75a753..e16fafc4a 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -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