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

Multi-argument syntax incorrect #235

Closed jojje closed 4 years ago

jojje commented 8 years ago

The synopsis generated for multi-arg commands adds a comma to the argument list pattern, which if followed by the user would corrupt the argument values. Could you eliminate the comma to make the syntax correct in the help?

davetron5000 commented 8 years ago

Yeah, that makes sense to me

mvz commented 4 years ago

It seems this was fixed in #290.