CommandOptionSpecification

public protocol CommandOptionSpecification : CommandArgumentSpecification

Undocumented

  • Undocumented

    Declaration

    Swift

    var shortName: String? { get }
  • Undocumented

    Declaration

    Swift

    var valueName: String { get }
  • Undocumented

    Declaration

    Swift

    var defaultValueString: String { get }
  • Undocumented

    Declaration

    Swift

    var validationRegex: String? { get }
  • Undocumented

    Declaration

    Swift

    func bindValue(_ argument: String) throws