55 Builder& path(
const std::filesystem::path& path);
59 Builder &watch(
const std::filesystem::path &path);
62 tenno::vector<std::filesystem::path> get_watch_paths()
const;
66 std::filesystem::path _path;
69 tenno::vector<std::filesystem::path> watch_paths = {};