๐ docs(typo): fix typo in gh pr review command
This commit is contained in:
parent
675cbbc2a4
commit
dfdb5ee75d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ func init() {
|
|||
}
|
||||
|
||||
var prReviewCmd = &cobra.Command{
|
||||
Use: "review [{<number> | <url> | <branch>]",
|
||||
Use: "review [<number> | <url> | <branch>]",
|
||||
Short: "Add a review to a pull request.",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
Long: `Add a review to either a specified pull request or the pull request associated with the current branch.
|
||||
|
|
|
|||
Loadingโฆ
Add table
Add a link
Reference in a new issue