We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Quakrus CLI for 999-SNAPSHOT fails with:
Creating an app (default project type, see --help). [ERROR] ❗ Unable to create project: Unknown option: '--help'
when running: java -jar $home/quarkus-main/devtools/cli/target/quarkus-cli-999-SNAPSHOT-runner.jar registry --help
Help for "create" command should appear
No response
uname -a
ver
java -version
999-SNAPSHOT
mvnw --version
gradlew --version
The text was updated successfully, but these errors were encountered:
/cc @ebullient, @maxandersen
Sorry, something went wrong.
you're right. I know how I broke it. Two seconds. Thanks for catching that!
ebullient
Successfully merging a pull request may close this issue.
Describe the bug
Quakrus CLI for 999-SNAPSHOT fails with:
Creating an app (default project type, see --help).
[ERROR] ❗ Unable to create project: Unknown option: '--help'
when running:
java -jar $home/quarkus-main/devtools/cli/target/quarkus-cli-999-SNAPSHOT-runner.jar registry --help
Expected behavior
Help for "create" command should appear
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -a
orver
No response
Output of
java -version
No response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
999-SNAPSHOT
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: