mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2026-04-05 02:40:08 +02:00
🏗 WIP: Adjust extension manager view
This commit is contained in:
@@ -11,6 +11,7 @@ import Foundation
|
||||
class BrewTapFormulae {
|
||||
public static func from(tap: String) -> [String: Set<String>] {
|
||||
let directory = "\(Paths.tapPath)/\(tap)/Formula"
|
||||
|
||||
let files = try? FileSystem.getShallowContentsOfDirectory(directory)
|
||||
|
||||
var availableExtensions = [String: Set<String>]()
|
||||
|
||||
Reference in New Issue
Block a user