//use crate::Args;
//use std::path::PathBuf;
type BoxedError = ;
/*
impl Args {
#![allow(unused)]
fn new(command: String, pattern: String, path: PathBuf) -> Args {
Args {
command,
number: false,
pattern,
path,
}
}
}
*/