ajout fichiers de test

main
Nicolas Sanchez 6 days ago
parent c58873dd63
commit ed32ae77e0

Binary file not shown.

@ -1,16 +1,14 @@
pub mod error;
pub mod arguments; pub mod arguments;
pub mod error;
pub mod xlsxtocsv; pub mod xlsxtocsv;
use clap::Parser;
use arguments::Arguments; use arguments::Arguments;
use clap::Parser;
use xlsxtocsv::xlsxtocsv; use xlsxtocsv::xlsxtocsv;
fn main() { fn main() {
let args = Arguments::parse(); let args = Arguments::parse();
if let Err(error) = xlsxtocsv(&args) { if let Err(error) = xlsxtocsv(&args) {
eprintln!("{}", error); eprintln!("{}", error);
} }
} }

Binary file not shown.

Binary file not shown.
Loading…
Cancel
Save