diff --git a/src/main.rs b/src/main.rs index aa3bb5f..297d71b 100644 --- a/src/main.rs +++ b/src/main.rs @@ -311,7 +311,7 @@ fn import(args: &Vec) { } -fn export(args: &Vec) { //TODO: compress data +fn export(args: &Vec) { let mut location = utils::get_home_folder_str(); if args.len() == 3 { location = args[2].clone();