forked from mirrors/kingfisher
added tests for --branch and --since-commit feature
This commit is contained in:
parent
98333a4bda
commit
9f91cbdab6
9 changed files with 296 additions and 17 deletions
|
|
@ -59,7 +59,7 @@ pub struct GitLabRepoSpecifiers {
|
|||
pub exclude_repos: Vec<String>,
|
||||
|
||||
/// Repositories for all groups (Enterprise only)
|
||||
#[arg(long, alias = "all-groups", alias = "all-gitlab-groups", requires = "gitlab_api_url")]
|
||||
#[arg(long, alias = "all-groups", alias = "all-gitlab-groups", requires = "api_url")]
|
||||
pub all_groups: bool,
|
||||
|
||||
/// Filter by repository type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue