-
I'm trying to use an option with multiple arguments and the behavior I'm having is not what I could expect according to Commander variadic option section where the parsed option is an array. The current behavior is that I'm getting just the last option. But all options pass through
Not sure if I'm doing something wrong or this might be a bug. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Oh interesting that that method gets called per passed option and not with all of them at once. I may need to modify some code to take care of that. Could you provide me a small minimum reproduction so I can better track this down? |
Beta Was this translation helpful? Give feedback.
-
Sure thing @jmcdo29. Here you can find a small demo with the behavior I explained above. |
Beta Was this translation helpful? Give feedback.
Sure thing @jmcdo29.
Here you can find a small demo with the behavior I explained above.