CommandInputSpecification

public protocol CommandInputSpecification : CommandArgumentSpecification

Undocumented

  • Undocumented

    Declaration

    Swift

    var validationRegex: String? { get }
  • Undocumented

    Declaration

    Swift

    var type: CommandInputType { get }
  • Undocumented

    Declaration

    Swift

    func bindValue(_ argument: String) throws