feat: lazy handler implies opt=true

This commit is contained in:
Folke Lemaitre 2022-11-29 19:58:23 +01:00
parent 54526e062a
commit b796abcc33
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
3 changed files with 19 additions and 3 deletions

View file

@ -41,7 +41,7 @@
- [x] rename requires to dependencies
- [x] move tasks etc to Plugin.state
- [ ] allow setting up plugins through config
- [ ] handlers imply opt
- [x] handlers imply opt
- [x] dependencies imply opt for deps
- [x] fix local plugin spec
- [ ] investigate all opt=true. Simplifies logic (easily switch between opt/start afterwards)