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: true
ymlFile.path("enabled")
.addDefault(true)
.comment("Automatically check for updates.")
.setEnabled(false);
result:
# Automatically check for updates.
#update-check: true
would be grate to have a method to enable/disable an entry, my idea is to add something like that:
result:
result: