Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
@@ -74,6 +74,9 @@ impl Commander {
|
||||
state,
|
||||
},
|
||||
)?,
|
||||
Command::Archive { root, path } => self
|
||||
.engine
|
||||
.archive(&root, &path.iter().map(|p| p.as_str()).collect::<Vec<_>>())?,
|
||||
}
|
||||
|
||||
self.storage.store(&self.engine)?;
|
||||
|
Reference in New Issue
Block a user