We could improve the format of the jnativescan help message by using a custom HelpFormatter [1].
Currently, the help message looks like this:
--add-modules <String> List of root modules to scan
--class-path <Path> The class path as used at runtime
--module-path <Path> The module path as used at runtime
We would like the `<String>` to be `<module name>(,<module name>)*`, and the path something like `<path>(:<path>)*` instead.
[1]: https://javadoc.io/doc/net.sf.jopt-simple/jopt-simple/4.0/joptsimple/HelpFormatter.html
Currently, the help message looks like this:
--add-modules <String> List of root modules to scan
--class-path <Path> The class path as used at runtime
--module-path <Path> The module path as used at runtime
We would like the `<String>` to be `<module name>(,<module name>)*`, and the path something like `<path>(:<path>)*` instead.
[1]: https://javadoc.io/doc/net.sf.jopt-simple/jopt-simple/4.0/joptsimple/HelpFormatter.html