Simple info/show command

This commit is contained in:
2024-11-23 20:06:45 +11:00
parent c69f2235a4
commit 28eb8cb588
3 changed files with 42 additions and 2 deletions

View File

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