Enumerationswift-package-manager 6.0.1PackageModel
PluginCommandIntent
PluginModule.swift:65enum PluginCommandIntent
enum PluginCommandIntent
import PackageModel
case documentationGeneration
case sourceCodeFormatting
case custom(verb: String, description: String)
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
init(from desc: TargetDescription.PluginCommandIntent)
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.