Skip to content

Feature idea #81

@FrahHS

Description

@FrahHS

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions