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

Fix compatibility with swift-argument-parser 1.3.1 #45

Merged
merged 1 commit into from
Mar 21, 2024

Conversation

liamnichols
Copy link
Owner

The latest version of swift-argument-parser has a fix that causes an incompatibility with the current Generate command definition:

https://github.com/apple/swift-argument-parser/releases/tag/1.3.1

This causes the issue observed in #44.

The fix however is simple, we just need to explicitly annotate input and output as URL so that they are not interpreted as optional types when using 1.3.1.

@liamnichols liamnichols self-assigned this Mar 20, 2024
@liamnichols liamnichols merged commit 05bb5f4 into main Mar 21, 2024
3 checks passed
@liamnichols liamnichols deleted the ln/update-argument-parser branch May 27, 2024 23:14
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