Hi, It seems that Commons CLI will silently remove numbers from long options like "--channel2" so that it becomes "--channel". But it still allows defining options like "channel2" without exceptions. This is unintuitive behaviour, as an argument meant for "channel2" will be received for "channel". If I supply arguments for both "channel" and "channel2", the one for "channel2" is simply silently ignored.
Here is a project to test: https://github.com/ysangkok/cli-problem Regards, Janus --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
