Add repoflag to pr commands
This commit is contained in:
parent
dd8cbccbd5
commit
6a02ad3f1b
3 changed files with 9 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ func init() {
|
|||
prDiffCmd.Flags().StringP("color", "c", "auto", "Whether or not to output color: {always|never|auto}")
|
||||
|
||||
prCmd.AddCommand(prDiffCmd)
|
||||
includeRepoFlag(prDiffCmd)
|
||||
}
|
||||
|
||||
func prDiff(cmd *cobra.Command, args []string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue