EngineHub / Intake

IoC-oriented Java command parsing library
GNU Lesser General Public License v3.0
98 stars 21 forks source link

Return valid usage string (fixes #12) #13

Closed onbjerg closed 9 years ago

onbjerg commented 9 years ago

We were just appending the parameter instead of appending the actual parameter name in the string builder. This should fix #12.