We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a4fd43 commit 5e3aa31Copy full SHA for 5e3aa31
command/issue.go
@@ -67,7 +67,7 @@ var issueStatusCmd = &cobra.Command{
67
RunE: issueStatus,
68
}
69
var issueViewCmd = &cobra.Command{
70
- Use: "view {<number> | <url> | <branch>}",
+ Use: "view {<number> | <url>}",
71
Args: func(cmd *cobra.Command, args []string) error {
72
if len(args) < 1 {
73
return FlagError{errors.New("issue number or URL required as argument")}
0 commit comments