ta import-tdb2
This commit is contained in:
@@ -97,6 +97,13 @@ pub(crate) fn invoke(command: Command, settings: Settings) -> Result<(), crate::
|
||||
return cmd::import::execute(&mut w, &mut replica);
|
||||
}
|
||||
|
||||
Command {
|
||||
subcommand: Subcommand::ImportTDB2 { path },
|
||||
..
|
||||
} => {
|
||||
return cmd::import_tdb2::execute(&mut w, &mut replica, path.as_ref());
|
||||
}
|
||||
|
||||
Command {
|
||||
subcommand: Subcommand::Undo,
|
||||
..
|
||||
|
||||
Reference in New Issue
Block a user