Whoopsunix/PPPYSO

-h args error

passwa11 opened this issue · 2 comments

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

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

yep