mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-03 13:31:32 +00:00
try implementing a command that can search the index for packages
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
import ArgumentParser
|
||||
|
||||
@main
|
||||
struct DarwinApkCLI: ParsableCommand {
|
||||
struct DarwinApkCLI: AsyncParsableCommand {
|
||||
static let configuration = CommandConfiguration(
|
||||
commandName: "dpk",
|
||||
abstract: "Command-line interface for managing packages installed via darwin-apk.",
|
||||
@ -14,6 +14,7 @@ struct DarwinApkCLI: ParsableCommand {
|
||||
DpkInstallCommand.self,
|
||||
DpkRemoveCommand.self,
|
||||
DpkUpdateCommand.self,
|
||||
DpkUpgradeCommand.self
|
||||
DpkUpgradeCommand.self,
|
||||
DpkSearchCommand.self
|
||||
])
|
||||
}
|
||||
|
Reference in New Issue
Block a user