You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
happy you like the settings command, unfortunately it is high maintenance, but I like it as well :)
Theoretically, it should be possible to parse the class Settings to discover the fields of the settings at build or run time. Probably not easy to do, but that would reduce the maintenance for this feature :)
Add and use the python script `parse_infinitime_settings.py` to generate
the file `list_settings.cpp` with helper function `list_settings()` to reduce
the maintenance burden by not having to manually handle changes in
`Settings.h`.
Fixes: #54
Add and use the python script `parse_infinitime_settings.py` to generate
the file `list_settings.cpp` with helper function `list_settings()` to reduce
the maintenance burden by not having to manually handle changes in
`Settings.h`.
Fixes: #54
Add and use the python script `parse_infinitime_settings.py` to generate
the file `list_settings.cpp` with helper function `list_settings()` to reduce
the maintenance burden by not having to manually handle changes in
`Settings.h`.
Fixes: #54
Theoretically, it should be possible to parse the class Settings to discover the fields of the settings at build or run time. Probably not easy to do, but that would reduce the maintenance for this feature :)
Originally posted by @JF002 in #52 (comment)
The text was updated successfully, but these errors were encountered: