Command

public protocol Command : AnyObject, CustomStringConvertible

Undocumented

  • inputs Default implementation

    Undocumented

    Default Implementation

    Undocumented

    Declaration

    Swift

    var inputs: [CommandInputSpecification] { get }
  • Undocumented

    Declaration

    Swift

    func run() throws