Add some output

This commit is contained in:
Corey Johnson 2019-10-16 12:39:51 -07:00
parent 8ad1afe224
commit 354529b2df

View file

@ -96,6 +96,7 @@ func prView(cmd *cobra.Command, args []string) error {
openURL = prPayload.CurrentPR.URL
}
fmt.Printf("Opening %s in your browser.\n", openURL)
return openInBrowser(openURL)
}