Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[platform][feature] Use swift CLI instead of Commandant #117

Merged
merged 8 commits into from
Apr 21, 2019

Conversation

namolnad
Copy link
Owner

It turns out there is a CLI framework that allows Finch to keep the command style from previous iterations while still allowing it to move away from a larger SPM dependency. This PR trades out the following dependencies:

Removes

  • Commandant (and its sub-dependencies)
  • Result (for Swift < 5.0)

Adds

  • SwiftCLI

This effectively reverts the breaking changes introduced in version 0.1.0, which should be fine since this version only existed as the latest for several hours.

@namolnad namolnad merged commit 5c32d4e into master Apr 21, 2019
@namolnad namolnad deleted the dan_swift-cli branch April 21, 2019 05:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant