Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature idea #81

Open
FrahHS opened this issue Sep 29, 2024 · 0 comments
Open

Feature idea #81

FrahHS opened this issue Sep 29, 2024 · 0 comments

Comments

@FrahHS
Copy link

FrahHS commented Sep 29, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant