Add repo remove command
This commit is contained in:
parent
f77db3c6f8
commit
efafc085f3
4 changed files with 29 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ pub use crate::repo::VERSION as REPO_VERSION;
|
|||
|
||||
pub use self::{
|
||||
datadir::{LockedDataDir, UnlockedDataDir},
|
||||
v1::{State, VERSION, add_repo, load_repo, load_repo_version, load_state, tidy},
|
||||
v1::{State, VERSION, add_repo, load_repo, load_repo_version, load_state, remove_repo, tidy},
|
||||
};
|
||||
|
||||
fn migrate(dir: &LockedDataDir) -> anyhow::Result<()> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue