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
extensionsThe file extensions to match against. If none are provided, any file will match.