Protocol
CommandSignature
The structure of the inputs that a command can take
protocol CommandSignature : Sendable
Overview
struct Signature: CommandSignature {
@Argument
var name: String
}
Topics
Initializers
Instance Methods
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype