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

-h args error #1

Closed
passwa11 opened this issue May 13, 2024 · 2 comments
Closed

-h args error #1

passwa11 opened this issue May 13, 2024 · 2 comments

Comments

@passwa11
Copy link

java -jar PPPYSO-1.2.0.jar -h

Exception in thread "main" java.lang.NullPointerException
	at com.ppp.JavaClassBuilder.build(JavaClassBuilder.java:28)
	at com.ppp.Scheduler.javaClassMaker(Scheduler.java:52)
	at com.ppp.Scheduler.main(Scheduler.java:45)

no -h args or with --help run well

@Whoopsunix
Copy link
Owner

nice find! Will be fixed in next version.
The help information can still be viewed by using '-h' or '-help', which does not affect usage temporarily.
image

@passwa11
Copy link
Author

yep

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

No branches or pull requests

2 participants