Rescue graph building test into subcommand

This commit is contained in:
2024-11-23 21:02:52 +11:00
parent 28eb8cb588
commit 08c76c799c
5 changed files with 18 additions and 18 deletions

View File

@ -16,6 +16,7 @@ struct DarwinApkCLI: AsyncParsableCommand {
DpkUpdateCommand.self,
DpkUpgradeCommand.self,
DpkSearchCommand.self,
DpkInfoCommand.self
DpkInfoCommand.self,
DpkGraphCommand.self
])
}