From 20d105a65d305c724948ce389654c74cacac013c Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Fri, 8 Mar 2024 10:21:46 +0100 Subject: gc: add option --no-rotation ... to clean up what can be done without losing cache information. --- src/buildtool/main/cli.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/main/cli.hpp') diff --git a/src/buildtool/main/cli.hpp b/src/buildtool/main/cli.hpp index 1ca45255..04ae2a16 100644 --- a/src/buildtool/main/cli.hpp +++ b/src/buildtool/main/cli.hpp @@ -52,6 +52,7 @@ struct CommandLineArguments { ServiceArguments service; ServeArguments serve; RetryArguments retry; + GcArguments gc; }; auto ParseCommandLineArguments(int argc, char const* const* argv) -- cgit v1.2.3