Merge branch 'trunk' into trunk

This commit is contained in:
Benjamin Chadwick 2021-05-23 12:35:53 -07:00 committed by GitHub
commit f66a086a5d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@ import (
"github.com/spf13/cobra"
)
func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command {
cmd := &cobra.Command{
@ -43,4 +44,8 @@ func openInBrowser(cmd *cobra.Command, f *cmdutil.Factory) {
cs.Green("✓"),
cs.Bold(ghrepo.FullName(baseRepo)))
}
//hello
//making pull request