I try the following command :
java -jar planetiler.jar --toto
1/ I get no error, while --toto is not a valid option ;
2/ vice versa, it seems that help of planetiler is always displayed at the beginning of the run, even if all options are valid. It's a little bit confusing, because normally, command-line help is displayed only when an option is invalid, and the run don't start ...
I try the following command :
java -jar planetiler.jar --toto
1/ I get no error, while --toto is not a valid option ;
2/ vice versa, it seems that help of planetiler is always displayed at the beginning of the run, even if all options are valid. It's a little bit confusing, because normally, command-line help is displayed only when an option is invalid, and the run don't start ...