feat: dependencies are opt=true by default if they only appear as a dep

This commit is contained in:
Folke Lemaitre 2022-11-29 19:51:37 +01:00
parent 5810635a26
commit 908b9adf9c
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
6 changed files with 128 additions and 26 deletions

View file

@ -42,8 +42,9 @@
- [x] move tasks etc to Plugin.state
- [ ] allow setting up plugins through config
- [ ] handlers imply opt
- [ ] dependencies imply opt for deps
- [x] dependencies imply opt for deps
- [x] fix local plugin spec
- [ ] investigate all opt=true. Simplifies logic (easily switch between opt/start afterwards)
## 📦 Differences with Packer