Optional

@frozen
enum Optional<Wrapped> : ExpressibleByNilLiteral

Allow Optional to implement CommandArgumentValue for wrapped types that themselves implement CommandArgumentValue

  • Declaration

    Swift

    public var description: String { get }