pub fn pack_archive_v2( input: &[&str], output: Option<&str>, arg: &Arg, config: Arc<ExtraConfig>, backslash: bool, no_dir: bool, dep_file: Option<&str>, ) -> Result<()>