Hi, I'm developing a console application and required to get the command and argument in non traditional fashion where command name dont start with -name=value or --name=value.
I expect the cli library should handle in below fashion Push 1 2 3 4 Pull 5 8 9 Where push and Pull is command proceed with their arguments. I searched the library but didn't found such option, does anyone know how to achieve this with Apache Commons CLI ? If this functionality is not present I can contribute in couple of weeks. Regards, Amey