generated from OBJNULL/Dockerized-Rust
Main now has Packager
This commit is contained in:
parent
820b024d10
commit
c2f6dd47b4
1 changed files with 5 additions and 1 deletions
|
@ -46,7 +46,11 @@ fn convert(args: &Arguments) -> Result<()> {
|
|||
Ok(())
|
||||
}
|
||||
fn package(args: &Arguments) -> Result<()> {
|
||||
//
|
||||
// Creating a Packager
|
||||
let packager = Packager::new(args.csv_directory.clone(), args.file_output.clone());
|
||||
|
||||
// Starting it
|
||||
packager.start()?;
|
||||
|
||||
// Ok!!
|
||||
Ok(())
|
||||
|
|
Loading…
Reference in a new issue