forked from mirrors/kingfisher
Fixed GitHub organization and GitLab group scans when using '--git-history=none'
This commit is contained in:
parent
fb2b91595b
commit
63125b3a7f
7 changed files with 43 additions and 15 deletions
|
|
@ -60,7 +60,7 @@ pub struct GitHubRepoSpecifiers {
|
|||
pub all_organizations: bool,
|
||||
|
||||
/// Filter by repository type
|
||||
#[arg(long, default_value_t = GitHubRepoType::Source, alias = "github-repo-type")]
|
||||
#[arg(long, default_value_t = GitHubRepoType::All, alias = "github-repo-type")]
|
||||
pub repo_type: GitHubRepoType,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue