davetron5000 / gli

Make awesome command-line applications the easy way
http://davetron5000.github.io/gli
Apache License 2.0
1.26k stars 102 forks source link

Fix multi-arg help formatting #236

Closed jojje closed 5 years ago

jojje commented 8 years ago

GLI will not strip comma characters from the end of arguments. If a user is following the help syntax for a multi-argument, the first to N-1 argument parsed will be incorrect (have an unstripped comma at the end of the value).

davetron5000 commented 8 years ago

Can you see if you can fix the tests? The one for Ruby 2.0 seems to have a legit failure. The other rubies seem borked for something unrelated.

jojje commented 8 years ago

Sure, I’ll take a look at it after work.

On Jan 25, 2016, at 3:40 PM, David Copeland notifications@github.com wrote:

have

Bluewind commented 5 years ago

What's the status of this?

jojje commented 5 years ago

No idea. I don't use GLI anymore. Am closing this PR as I lack motivation to revisit it.