Added ignore_validation flag to config

This commit is contained in:
David Allen 2024-08-18 13:35:21 -06:00
parent 5819c76289
commit 920d648a51
Signed by: towk
GPG key ID: 793B2924A49B3A3F

View file

@ -31,6 +31,7 @@ namespace gdpm::config{
bool enable_sync = true; bool enable_sync = true;
bool enable_cache = true; bool enable_cache = true;
bool skip_prompt = false; bool skip_prompt = false;
bool ignore_validation = false;
bool enable_file_logging; bool enable_file_logging;
bool clean_temporary; bool clean_temporary;