style: reformat files

This commit is contained in:
ANKDDEV 2024-12-06 20:04:15 +03:00
parent 0e5f26449d
commit 0653a5a09c
No known key found for this signature in database
GPG key ID: FAEFD2A1E91F4616

View file

@ -60,7 +60,7 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
cmd := &cobra.Command{
Short: "Open repositories, issues, pull requests, and more in the browser",
Long: heredoc.Doc(`
Long: heredoc.Doc(`
Transition from the terminal to the web browser to view and interact with:
- Issues
@ -69,8 +69,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
- Repository profile
- Repository settings
`),
Use: "browse [<number> | <path> | <commit-SHA>]",
Args: cobra.MaximumNArgs(1),
Use: "browse [<number> | <path> | <commit-SHA>]",
Args: cobra.MaximumNArgs(1),
Example: heredoc.Doc(`
$ gh browse
#=> Open the home page of the current repository