mirror of
https://github.com/munki/munki.git
synced 2026-05-05 11:59:18 -05:00
A couple more ParsableCommand -> AsyncParsableCommand fixes
This commit is contained in:
@@ -79,7 +79,7 @@ func getInstallerItemNames(repo: Repo, catalogs: [String]) async -> [String] {
|
||||
|
||||
/// Lists items in the given catalogs
|
||||
extension ManifestUtil {
|
||||
struct ListCatalogItems: ParsableCommand {
|
||||
struct ListCatalogItems: AsyncParsableCommand {
|
||||
static var configuration = CommandConfiguration(
|
||||
abstract: "Lists items in the given catalogs.")
|
||||
|
||||
|
||||
@@ -534,7 +534,7 @@ class RepoCleaner {
|
||||
}
|
||||
|
||||
@main
|
||||
struct RepoClean: ParsableCommand {
|
||||
struct RepoClean: AsyncParsableCommand {
|
||||
static let configuration = CommandConfiguration(
|
||||
commandName: "repoclean",
|
||||
abstract: "Cleans up older packages and pkginfos from a repo"
|
||||
|
||||
Reference in New Issue
Block a user