[commons-cli] Adding prompting for omitted arguments

2020-05-19 Thread David Barts
I’m going to be writing some command-line utilities which should prompt for various parameters if they are not specified via an option and a value on the command line. To that end, I am interested in adding a feature to do this automatically in commons-cli. I am also planning to add a way to speci

[validator] Thoughts on having only isVaild method implemented for a check digit but not the generate method

2020-05-19 Thread Vijay Akula
Hi, I am working on an implementation for check digit validation for the Australian Medicare card algorithm[1] and want to contribute the same to the commons validator open-source project. Before submitting a PR, I wanted to reach out to the developers and gather their thoughts around having just