We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00de6b9 commit e4b43b0Copy full SHA for e4b43b0
command/issue.go
@@ -74,7 +74,7 @@ var issueViewCmd = &cobra.Command{
74
}
75
return nil
76
},
77
- Short: "View an issue in the browser",
+ Short: "View an issue",
78
RunE: issueView,
79
80
command/pr.go
@@ -57,10 +57,10 @@ var prStatusCmd = &cobra.Command{
57
var prViewCmd = &cobra.Command{
58
Use: "view [{<number> | <url> | <branch>}]",
59
Short: "View a pull request in the browser",
60
- Long: `View a pull request specified by the argument in the browser.
+ Long: `View a pull request specified by the argument.
61
62
Without an argument, the pull request that belongs to the current
63
-branch is opened.`,
+branch is displayed.`,
64
RunE: prView,
65
66
0 commit comments