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

CLI invocation with no args prints -help instead of help as the argument to use #40

Closed
paul-griffith opened this issue Feb 28, 2022 · 0 comments · Fixed by #42
Closed

Comments

@paul-griffith
Copy link
Contributor

➜  kindling git:(jdeploy) ✗ jdeploy  
Launching shellmarks gui.  Use jdeploy -help for help
Includes: [CopyRule{dir=build/libs, includes=[kindling.jar], excludes=null}]
➜  kindling git:(jdeploy) ✗ jdeploy -help
Exception in thread "main" java.lang.RuntimeException: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -help
        at ca.weblite.jdeploy.JDeploy.main(JDeploy.java:1939)
Caused by: org.apache.commons.cli.UnrecognizedOptionException: Unrecognized option: -help

Looks like jdeploy help does work. This is with jdeploy@3.1.8

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 a pull request may close this issue.

1 participant