Enumeration Caseswift-package-manager 6.0.1PackageDescription
custom(verb:description:)
A custom command plug-in intent.
Target.swift:1427- SwiftPM
- 5.6+
case custom(verb: String, description: String)
Parameters
- verb
The invocation verb of the plug-in.
- description
A human readable description of the plug-in’s role.
Use this case when none of the predefined cases fulfill the role of the plug-in.
Other cases
case documentationGeneration
The plug-in generates documentation.
case sourceCodeFormatting
The plug-in formats source code.