From b0ce44f7092f2aa3f5b56d8a0a6d38dca41b876e Mon Sep 17 00:00:00 2001 From: Mick Grove Date: Fri, 8 Aug 2025 15:12:33 -0700 Subject: [PATCH] GitLab: include nested subgroup projects when enumerating group repositories --- src/cli/commands/inputs.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/commands/inputs.rs b/src/cli/commands/inputs.rs index 13bc78b..2249640 100644 --- a/src/cli/commands/inputs.rs +++ b/src/cli/commands/inputs.rs @@ -85,7 +85,7 @@ pub struct InputSpecifierArgs { )] pub gitlab_api_url: Url, - #[arg(long, default_value_t = GitLabRepoType::Owner)] + #[arg(long, default_value_t = GitLabRepoType::All)] pub gitlab_repo_type: GitLabRepoType, /// Jira base URL (e.g. https://jira.example.com)