c-blake / cligen

Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at
https://c-blake.github.io/cligen/
ISC License
508 stars 24 forks source link

remove extranious closing parenthesis #154

Closed AvdN closed 4 years ago

AvdN commented 4 years ago

The parenthesis were unbalanced, would not compile if cut and pasted

c-blake commented 4 years ago

Oops. Thanks for catching/fixing that!