Add status cli command
This commit is contained in:
parent
1ed5e5d600
commit
427dce3e48
3 changed files with 26 additions and 1 deletions
|
|
@ -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<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue