list(_:)

The completion candidates are the strings in the given array.

CompletionKind.swift:63
static func list(_ words: [String]) -> CompletionKind

Completion candidates are interpreted by the requesting shell as literals. They must be neither escaped nor quoted; Swift Argument Parser escapes or quotes them as necessary for the requesting shell.

The completion candidates are included in a completion script when it is generated.