forked from mirrors/jj
fake_diff_editor: Allow specifying extra arguments to be ignored
This commit is contained in:
parent
54d4c9c475
commit
e743ba78b0
1 changed files with 4 additions and 0 deletions
|
@ -28,6 +28,10 @@ struct Args {
|
||||||
|
|
||||||
/// Path to the "after" directory
|
/// Path to the "after" directory
|
||||||
after: PathBuf,
|
after: PathBuf,
|
||||||
|
|
||||||
|
/// Ignored argument
|
||||||
|
#[arg(long)]
|
||||||
|
_ignore: Vec<String>,
|
||||||
}
|
}
|
||||||
|
|
||||||
fn files_recursively(dir: &Path) -> HashSet<String> {
|
fn files_recursively(dir: &Path) -> HashSet<String> {
|
||||||
|
|
Loading…
Reference in a new issue