You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the generate-manual plugin in this repository by using the following command: swift package plugin generate-manual tuist --configuration debug. However, the command fails with an error Error: Unexpected argument 'tuist'. It seems that the argument parsing logic is unable to recognize the tool argument, even though it's defined in it and shows up in the help menu.
ArgumentParser version:1.4.0 Swift version:
swift-driver version: 1.90.11.1 Apple Swift version 5.10 (swiftlang-5.10.0.13 clang-1500.3.9.4)
Target: arm64-apple-macosx14.0
Checklist
If possible, I've reproduced the issue using the main branch of this package (commit: bb10ca8b70fe54c67a1b3adb0f5d58341dc2ed7b)
I'm trying to use the
generate-manual
plugin in this repository by using the following command:swift package plugin generate-manual tuist --configuration debug
. However, the command fails with an errorError: Unexpected argument 'tuist'
. It seems that the argument parsing logic is unable to recognize the tool argument, even though it's defined in it and shows up in the help menu.ArgumentParser version:
1.4.0
Swift version:
Checklist
main
branch of this package (commit:bb10ca8b70fe54c67a1b3adb0f5d58341dc2ed7b
)Steps to Reproduce
Clone the this repository and run the command
swift package plugin generate-manual tuist --configuration debug
.Expected behavior
I'd expect the command to complete successfully.
Actual behavior
You get the following error:
The text was updated successfully, but these errors were encountered: