Add support for task expiration (#3546)

This commit is contained in:
Dustin J. Mitchell
2024-07-09 16:39:39 -04:00
committed by GitHub
parent 2bd609afe3
commit 213b9d3aee
16 changed files with 180 additions and 7 deletions

View File

@@ -98,7 +98,6 @@ public:
Hooks hooks {};
bool determine_color_use {true};
bool use_color {true};
bool run_gc {true};
bool verbosity_legacy {false};
std::set <std::string> verbosity {};
std::vector <std::string> headers {};