summaryrefslogtreecommitdiff
path: root/src/other_tools/just_mr/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/other_tools/just_mr/main.cpp')
-rw-r--r--src/other_tools/just_mr/main.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp
index e56c7064..21cba2f7 100644
--- a/src/other_tools/just_mr/main.cpp
+++ b/src/other_tools/just_mr/main.cpp
@@ -729,6 +729,7 @@ auto main(int argc, char* argv[]) -> int {
arguments.common,
arguments.setup,
arguments.just_cmd,
+ arguments.auth,
/*interactive=*/(arguments.cmd == SubCommand::kSetupEnv));
// dump resulting config to stdout
if (not mr_config_path) {
@@ -748,8 +749,11 @@ auto main(int argc, char* argv[]) -> int {
// Run subcommand `fetch`
if (arguments.cmd == SubCommand::kFetch) {
- return MultiRepoFetch(
- config, arguments.common, arguments.setup, arguments.fetch);
+ return MultiRepoFetch(config,
+ arguments.common,
+ arguments.setup,
+ arguments.fetch,
+ arguments.auth);
}
// Unknown subcommand should fail