Add more help message to browse command
This commit is contained in:
parent
0be047296e
commit
ab7e55e20a
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue