Skip to content

Commit

Permalink
Merge pull request #8453 from samueldurantes/samueldurantes/browse-he…
Browse files Browse the repository at this point in the history
…lp-message

Add more help message to browse command
  • Loading branch information
andyfeller committed Jan 5, 2024
2 parents d35ef85 + 109458c commit 586eb8b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/cmd/browse/browse.go
Expand Up @@ -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
Expand Down

0 comments on commit 586eb8b

Please sign in to comment.