Add status cli command

This commit is contained in:
Joscha 2025-04-28 12:49:32 +02:00
parent 1ed5e5d600
commit 427dce3e48
3 changed files with 26 additions and 1 deletions

View file

@ -10,7 +10,7 @@ mod v1;
pub use self::{
datadir::{LockedDataDir, UnlockedDataDir},
v1::{VERSION, load_state, save_state},
v1::{State, VERSION, load_state, save_state},
};
fn migrate(dir: &LockedDataDir) -> anyhow::Result<()> {