add debug list-dependencies admin command

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk 2024-07-25 21:29:37 +00:00
parent c423a83656
commit 271959ee27
3 changed files with 53 additions and 1 deletions

View file

@ -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)]