From e18e0bfe533f5f22a32aae28e6ddd486bdbd4d7d Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Mon, 18 Mar 2024 12:58:19 +0100 Subject: Add data-structure specific for adding files to CAS --- src/buildtool/common/cli.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src') diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp index 5b8df960..7b4f3987 100644 --- a/src/buildtool/common/cli.hpp +++ b/src/buildtool/common/cli.hpp @@ -184,6 +184,11 @@ struct GcArguments { bool no_rotate{}; }; +struct ToAddArguments { + std::filesystem::path location{}; + bool follow_symlinks{}; +}; + static inline auto SetupCommonArguments( gsl::not_null const& app, gsl::not_null const& clargs) { -- cgit v1.2.3