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

Stop looking for key in config when found #495

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

jonakeys
Copy link

@jonakeys jonakeys commented Jun 26, 2022

This PR addresses the issue that multiple keys at the same level in the config are being overwritten. Like it's described in #464.

The tests passed, except for test 6 in help.t (timew help with unknown argument should show error message) but that also fails in develop.

I searched for unwanted side effects of this fix, but as far as I could find there are no duplicate keys in a config file at the same level.

If you wish for a different fix; please say so and I will do rework.

Fixes #464

Signed-off-by: Jonathan van der Steege <jonathan@jonakeys.nl>
Signed-off-by: Jonathan van der Steege <jonathan@jonakeys.nl>
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

Successfully merging this pull request may close these issues.

Unable to set color to off via timew config
1 participant