apple / swift-distributed-actors

Peer-to-peer cluster implementation for Swift Distributed Actors

Home Page:https://apple.github.io/swift-distributed-actors/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Make use of ArgumentExtractor in plugins

ktoso opened this issue · 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.