status-im / nim-confutils

Simplified handling of command line options and config files
Apache License 2.0
63 stars 16 forks source link

explicitly initialize `result` #89

Closed etan-status closed 1 year ago

etan-status commented 1 year ago

In Nim 2.0, 'result' requires explicit initialization.

Fix makeDefaultValue to do so.