Add note about disable vs enabled

This commit is contained in:
Wil Thomason 2022-12-22 11:51:18 -05:00
commit 7208a15a15
No known key found for this signature in database
GPG key ID: 675D21FE831BD22A

View file

@ -568,6 +568,7 @@ For a real-life example, you can check my personal dots:
- `opt` ➡️ `lazy` - `opt` ➡️ `lazy`
- `run` ➡️ `build` - `run` ➡️ `build`
- `lock` ➡️ `pin` - `lock` ➡️ `pin`
- `disable = true` ➡️ `enabled = false`
- `tag = '*'`/other uses of SemVer ➡️ 'version` - `tag = '*'`/other uses of SemVer ➡️ 'version`
- `module` is auto-loaded. No need to specify - `module` is auto-loaded. No need to specify