update: remove todo!() at the end of cmd_status

This commit is contained in:
qwjyh 2024-12-01 23:14:50 +09:00
parent 7592ec0ad0
commit d743e607ac

View file

@ -109,7 +109,8 @@ pub(crate) fn cmd_status(
}
}
}
todo!()
Ok(())
}
/// Get [`Backup`]s for `device` which covers `target_path`.