Skip to content

Commit 17ba357

Browse files
committed
Add ops merge command to merge another tascli db with deduplication
1 parent a8807e6 commit 17ba357

5 files changed

Lines changed: 949 additions & 1 deletion

File tree

src/actions/handler.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ pub fn handle_commands(conn: &Connection, args: CliArgs) -> Result<(), String> {
3131
OpsCommand::Stat(cmd) => ops::handle_statcmd(conn, &cmd),
3232
OpsCommand::Batch(cmd) => ops::handle_batchcmd(conn, &cmd),
3333
OpsCommand::Backup(cmd) => ops::handle_backupcmd(&cmd),
34+
OpsCommand::Merge(cmd) => ops::handle_mergecmd(conn, &cmd),
3435
},
3536
}
3637
}

0 commit comments

Comments
 (0)