forked from mirrors/kingfisher
GitLab: include nested subgroup projects when enumerating group repositories
This commit is contained in:
parent
96a08ed8ed
commit
b0ce44f709
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue