move db files command w/ filter args; misc related cleanup
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
3c8376d897
commit
31c2968bb2
6 changed files with 75 additions and 55 deletions
|
@ -79,7 +79,4 @@ impl Data {
|
|||
|
||||
#[inline]
|
||||
pub fn backup_list(&self) -> Result<String> { self.db.db.backup_list() }
|
||||
|
||||
#[inline]
|
||||
pub fn file_list(&self) -> Result<String> { self.db.db.file_list() }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue