diff options
author | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-12 15:57:30 +0200 |
---|---|---|
committer | Maksim Denisov <denisov.maksim@huawei.com> | 2024-09-13 14:41:00 +0200 |
commit | 46c4205a5fe8fa598c49c1f217d399157930f2f4 (patch) | |
tree | 5f3623851730572c55d7b7f3193e15a153d5beee /src/buildtool/main/cli.hpp | |
parent | a551a69765db23d9a60d58a763af700cf9fae4ed (diff) | |
download | justbuild-46c4205a5fe8fa598c49c1f217d399157930f2f4.tar.gz |
Remove Compatibility flag from just
Diffstat (limited to 'src/buildtool/main/cli.hpp')
-rw-r--r-- | src/buildtool/main/cli.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/buildtool/main/cli.hpp b/src/buildtool/main/cli.hpp index 4c28b1f6..c2d14ba9 100644 --- a/src/buildtool/main/cli.hpp +++ b/src/buildtool/main/cli.hpp @@ -55,6 +55,7 @@ struct CommandLineArguments { RetryArguments retry; GcArguments gc; ToAddArguments to_add; + ProtocolArguments protocol; }; auto ParseCommandLineArguments(int argc, |