ok/jj
1
0
Fork 0
forked from mirrors/jj

fake_diff_editor: Allow specifying extra arguments to be ignored

This commit is contained in:
Ilya Grigoriev 2023-08-16 17:19:24 -07:00
parent 54d4c9c475
commit e743ba78b0

View file

@ -28,6 +28,10 @@ struct Args {
/// Path to the "after" directory
after: PathBuf,
/// Ignored argument
#[arg(long)]
_ignore: Vec<String>,
}
fn files_recursively(dir: &Path) -> HashSet<String> {