miniconf
miniconf copied to clipboard
MQTT `list` may provide paths that are absent at runtime
trafficstars
If a setting is an Option, and thus run-time dependent, it will still be provided in the list output of the MQTT client.
This could be acceptable, but we should document it. Otherwise, we should update list to use the current settings structure to traverse the present paths instead of all possible paths.
I think it's ok to include absent paths. But it should indeed be documented.