diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-30 09:39:38 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-30 18:26:24 +0100 |
commit | e2168c51eb9d29542b32aaf7bca24595d0745749 (patch) | |
tree | a995d068f7eb489a9445fedbec5d12f6aef33f22 /src/buildtool/main/cli.cpp | |
parent | cdc97bb742417012c5a56018037ab9a994f1f89c (diff) | |
download | justbuild-e2168c51eb9d29542b32aaf7bca24595d0745749.tar.gz |
Drop unused -R from install-cas and traverse subcommands
Diffstat (limited to 'src/buildtool/main/cli.cpp')
-rw-r--r-- | src/buildtool/main/cli.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/buildtool/main/cli.cpp b/src/buildtool/main/cli.cpp index 602f7ff5..19b965dd 100644 --- a/src/buildtool/main/cli.cpp +++ b/src/buildtool/main/cli.cpp @@ -88,7 +88,6 @@ auto SetupInstallCasCommandArguments( SetupCompatibilityArguments(app); SetupCacheArguments(app, &clargs->endpoint); SetupExecutionEndpointArguments(app, &clargs->endpoint); - SetupServeEndpointArguments(app, &clargs->serve); SetupCommonAuthArguments(app, &clargs->auth); SetupClientAuthArguments(app, &clargs->cauth); SetupFetchArguments(app, &clargs->fetch); @@ -105,7 +104,6 @@ auto SetupTraverseCommandArguments( SetupCacheArguments(app, &clargs->endpoint); SetupExecutionEndpointArguments(app, &clargs->endpoint); SetupExecutionPropertiesArguments(app, &clargs->endpoint); - SetupServeEndpointArguments(app, &clargs->serve); SetupCommonAuthArguments(app, &clargs->auth); SetupClientAuthArguments(app, &clargs->cauth); SetupGraphArguments(app, &clargs->graph); // instead of analysis |