Skip to content

Type Method

files(withExtensions:)

Creates a CompletionAction that uses a built-in function to generate file matches.
static func files(withExtensions extensions: [String] = []) -> CompletionAction

Parameters

extensions

The file extensions to match against. If none are provided, any file will match.