Deniz Ozmus
Deniz Ozmus
Your changes make sense to me, but CI has failed, I think this is because of Java 9?
You should also update the online docs by modifying [doc/index.adoc](https://github.com/cbeust/jcommander/blob/master/doc/index.adoc#23-custom-usage-formats) section 23.
@cbeust Please take a look when you can.
@cbeust I don't mind reviewing it, if that is cool with you.
@SergeyTeplyakov I'm happy to do some CI work, what are you looking for outside of the basic restore-build-test?
Could go with Github Workflows if that's fine with you, easy to setup and fully integrated w Github
Syntactic sugar if anything
@cbeust let me know if you would consider a PR for this. I want to create a IUsageFormatter which defines how the usage for a given JCommander is formatted (like...
@cbeust I have opened [this](https://github.com/cbeust/jcommander/pull/408) pull-request for us to discuss and work on this. Feel free to let me know of any concerns or needs you have.
What do you mean exactly? An interface to easily allow their use? you can implement your own [usage formatter](https://github.com/cbeust/jcommander/blob/master/src/main/java/com/beust/jcommander/DefaultUsageFormatter.java) and use them there as you wish. General support for them?...