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
|
@ -226,6 +226,14 @@ pub(super) enum DebugCommand {
|
|||
/// - Trim memory usage
|
||||
TrimMemory,
|
||||
|
||||
/// - List database files
|
||||
DatabaseFiles {
|
||||
map: Option<String>,
|
||||
|
||||
#[arg(long)]
|
||||
level: Option<i32>,
|
||||
},
|
||||
|
||||
/// - Developer test stubs
|
||||
#[command(subcommand)]
|
||||
#[allow(non_snake_case)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue