The completion parameter of @Argument property wrapper only allows specifying a single CompletionKind value which is not flexible enough. In some cases a command can take either a file or a directory, but only one of these kinds can be currently specified.
The
completionparameter of@Argumentproperty wrapper only allows specifying a singleCompletionKindvalue which is not flexible enough. In some cases a command can take either a file or a directory, but only one of these kinds can be currently specified.