de-register review until it's ready to ship
This commit is contained in:
parent
fe49c2d8b7
commit
9f0a19911a
1 changed files with 2 additions and 1 deletions
|
|
@ -11,7 +11,8 @@ import (
|
|||
)
|
||||
|
||||
func init() {
|
||||
prCmd.AddCommand(prReviewCmd)
|
||||
// TODO re-register post release
|
||||
// prCmd.AddCommand(prReviewCmd)
|
||||
|
||||
prReviewCmd.Flags().BoolP("approve", "a", false, "Approve pull request")
|
||||
prReviewCmd.Flags().BoolP("request-changes", "r", false, "Request changes on a pull request")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue