Type PropertySwiftArgumentParser
defaultCompletionKind
The completion kind to use for options or arguments of this type that don’t explicitly declare a completion kind.
Available because
Self
conforms toExpressibleByArgument
.
static var defaultCompletionKind: CompletionKind { get }
Overview
The default implementation of this property returns .default
.