49 const std::string& deckname,
50 bool show_fallout =
false);
52 void operator()(
const fs::path& file);
59 void appendFile(std::ofstream& of,
const fs::path& file,
const std::string& rank);
62 std::regex debugFileRegex_;
64 std::regex logFileRegex_;
66 std::regex fileWarningRegex_;
68 std::unique_ptr<std::ofstream> debugStream_;
70 std::unique_ptr<std::ofstream> logStream_;