add debug list-dependencies admin command
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -178,6 +178,12 @@ pub(super) enum DebugCommand {
|
||||
/// - Print the current time
|
||||
Time,
|
||||
|
||||
/// - List dependencies
|
||||
ListDependencies {
|
||||
#[arg(short, long)]
|
||||
names: bool,
|
||||
},
|
||||
|
||||
/// - Developer test stubs
|
||||
#[command(subcommand)]
|
||||
#[allow(non_snake_case)]
|
||||
|
||||
Reference in New Issue
Block a user