overpy
overpy copied to clipboard
Add a way to generate disabled rules/conditions/actions
- [x] Add the @Disabled annotation for rules
- [ ] Add the
disabled
keyword for conditions - [ ] Add the
disabled
keyword for actions
As of now there is no way (as I didn't find a use for it, to disable rules you just comment them) but I'll try to add a disabled
keyword to disable rules/actions/conditions.
As a workaround you can try having a "settings" rule at the top, with variables set to true/false.
Wow, Thank you very much!
OverPy really makes writing OW-workshop code more enjoyable.
Added @Disabled annotation in 3.2.0.