-
-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
would be grate to have a method to enable/disable an entry, my idea is to add something like that:
ymlFile.path("enabled")
.addDefault(true)
.comment("Automatically check for updates.")
.setEnabled(true);result:
# Automatically check for updates.
update-check: trueymlFile.path("enabled")
.addDefault(true)
.comment("Automatically check for updates.")
.setEnabled(false);result:
# Automatically check for updates.
#update-check: trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels