#863 cli: change --force to real bool arg for add-tag-inheritance
Merged 4 years ago by mikem. Opened 6 years ago by julian8628.
julian8628/koji add-tag-inheritance  into  master

file modified
+2 -1
@@ -4847,7 +4847,8 @@ 

      parser.add_option("--intransitive", action="store_true", help=_("Set intransitive"))

      parser.add_option("--noconfig", action="store_true", help=_("Set to packages only"))

      parser.add_option("--pkg-filter", help=_("Specify the package filter"))

-     parser.add_option("--force", help=_("Force adding a parent to a tag that already has that parent tag"))

+     parser.add_option("--force", action="store_true",

+                       help=_("Force adding a parent to a tag that already has that parent tag"))

      (options, args) = parser.parse_args(args)

  

      if len(args) != 2:

a small fix for add-tag-inheritance

Commit 3cc13ac fixes this pull-request

Pull-Request has been merged by mikem

4 years ago