https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=43549

--- Comment #3 from Martin Renvoize (ashimema) 
<[email protected]> ---
Created attachment 206181
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=206181&action=edit
Bug 43549: (follow-up) Use the new Koha::Script exclusive option support for
--restrictions/--all-restrictions

Replace the hand-rolled $usage->die() mutual-exclusivity check with the
declarative exclusive key added to Koha::Script->describe_options on
bug 43557, removing another piece of hand-rolled option validation.

Test plan:
1. cleanup_database.pl --restrictions 10 --all-restrictions
   Still rejected as mutually exclusive, same message as before.
2. cleanup_database.pl --restrictions 10
   Still runs (dry-run without --confirm), unaffected.
3. koha-qa.pl passes.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list -- [email protected]
To unsubscribe send an email to [email protected]
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to