wayland-transpositor / wprs

Apache License 2.0
282 stars 6 forks source link

fix ignored log_file in config files #42

Closed maxhbooth closed 1 month ago

maxhbooth commented 1 month ago

Options inside Config structs don't default to getting wrapped by another option. That means the parser can't tell if the struct was initialized to None or was missing. So specify that we want to wrap log_file with another option so it can be properly differentiated.