forked from mirrors/kingfisher
- Added '--repo-artifacts' flag to scan repository issues, gists/snippets, and wikis when cloning via '--git-url'
This commit is contained in:
parent
32b11dd409
commit
6e4c94ddc3
19 changed files with 470 additions and 22 deletions
|
|
@ -154,6 +154,10 @@ pub struct InputSpecifierArgs {
|
|||
#[arg(long, default_value_t = true, action = clap::ArgAction::Set, help_heading = "Git Options")]
|
||||
pub commit_metadata: bool,
|
||||
|
||||
/// Also scan repository host artifacts like issues, wikis, and gists/snippets
|
||||
#[arg(long, help_heading = "Git Options")]
|
||||
pub repo_artifacts: bool,
|
||||
|
||||
/// Enable or disable scanning nested git repositories
|
||||
#[arg(long, default_value_t = true)]
|
||||
pub scan_nested_repos: bool,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue