Type PropertyArgumentParser
defaultCompletionKind
The completion kind to use for options or arguments of this type that don’t explicitly declare a completion kind.
Implements requirement of
ExpressibleByArgument
.
static var defaultCompletionKind: CompletionKind { get }
Overview
The default implementation of this property returns .default
.