swift-distributed-actors icon indicating copy to clipboard operation
swift-distributed-actors copied to clipboard

Make use of ArgumentExtractor in plugins

Open ktoso opened this issue 3 years ago • 0 comments

We manually parse things, but could be using the ArgumentExtractor https://github.com/apple/swift-package-manager/blob/main/Documentation/Plugins.md#implementing-the-command-plugin-script

This is because plugins can't depend on anything nowadays sadly, so at least SwiftPM provides a mini parser helper for args.

ktoso avatar Aug 23 '22 02:08 ktoso