We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8962aee commit 285f865Copy full SHA for 285f865
pkg/cmd/browse/browse.go
@@ -47,7 +47,7 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
47
Short: "Open the repository in the browser",
48
Use: "browse [<number> | <path>]",
49
Args: cobra.MaximumNArgs(1),
50
- Example: heredoc.Doc(`
+ Example: heredoc.Doc(`
51
$ gh browse
52
#=> Open the home page of the current repository
53
0 commit comments