c-blake / cligen

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

Export clUseMultiGeneral [regression] #144

Closed kaushalmodi closed 4 years ago

kaushalmodi commented 4 years ago

Hello,

I missed this out in my local testing..

Some of my projects are using the clUseMultiGeneral var from helpTmpl.nim.

The export marker was removed from it in https://github.com/c-blake/cligen/commit/cb54c6e7b426c9ef96ac94c7ffb7bc2ba9254b4f. Can you please add it back?

kaushalmodi commented 4 years ago

Thanks. I confirm the fix.