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

Support proc params as sym #163

Closed cooldome closed 4 years ago

cooldome commented 4 years ago

Upcoming changes to Nim compiler will make proc params symbols instead of idents. Package tests showed cligen changes are required.

https://github.com/nim-lang/Nim/pull/15252

https://github.com/nim-lang/Nim/pull/15332

c-blake commented 4 years ago

All my tests compile fine with this, too, which you may already know. Thanks for helping cligen stay current and have a good evening!