diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 11f75a753c6..87ac5826b20 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/ + #=> Open the script directory of the current repository + $ gh browse 217 #=> Open issue or pull request 217