targets(named:)
The list of targets matching the given names.
Declaration
func targets(named targetNames: [String]) throws -> [any Target]Discussion
Throws an error if any of the targets cannot be found.
The list of targets matching the given names.
func targets(named targetNames: [String]) throws -> [any Target]Throws an error if any of the targets cannot be found.