mirror of
https://github.com/sreedevk/deduplicator.git
synced 2026-09-12 16:46:32 +00:00
restructuring
This commit is contained in:
@@ -8,7 +8,7 @@ use clap::Parser;
|
||||
|
||||
#[tokio::main]
|
||||
async fn main() -> Result<()> {
|
||||
let app_args = params::App::parse();
|
||||
let app_args = params::Params::parse();
|
||||
let connection = database::get_connection(&app_args)?;
|
||||
let duplicates = scanner::duplicates(&app_args, &connection)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user