require one arg
This commit is contained in:
parent
af6eaa8ca2
commit
4bf778b136
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ With '--web', open the pull request in a web browser instead.`,
|
|||
var prCloseCmd = &cobra.Command{
|
||||
Use: "close [{<number> | <url>}]",
|
||||
Short: "Close a pull request",
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: prClose,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue