-
Notifications
You must be signed in to change notification settings - Fork 40
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
Should individual toml config file fields be optional? #117
Comments
That makes a lot of sense. I agree, optional config parameters should be available to users. |
@alexhallam Thanks for the pretty tv tool. Optional config would be good. Or it should be mentioned that "all options must be present in tv.toml" in README. I really didn't know why my 3 lines tv.toml never work (only wanted to change colors), until seeing this issue.
Thanks @5tefan for the tip. |
Okay, I will get working on this. Thanks for using the tool and contributing issues and suggestions for improvements. |
Hi guys. I took another try at this, but did not have success. I just added a comment to the readme. #126 . I am going to leave a reproducible example from the Rust Playground here for anyone to try to tackle. Here is how to run the rust playground example. The example works as is, but if you add a comment |
In experimenting with the
tv.toml
config file, it seems to fail to parse and take effect if only some options are present. They must all be present. This was a bit confusing at first!I think making each field in
tv.toml
optional would improve the user experience and make the tool more powerful/flexible.The text was updated successfully, but these errors were encountered: