Add repoflag to pr commands

This commit is contained in:
Corey Johnson 2020-06-22 15:09:21 -04:00
parent dd8cbccbd5
commit 6a02ad3f1b
3 changed files with 9 additions and 0 deletions

View file

@ -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 {