status-im / nim-confutils

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

catch exceptions in `appInvocation` #78

Closed etan-status closed 1 year ago

etan-status commented 1 year ago

The appInvocation template in confutils is used while showing help, e.g., before quitting. To ensure that quit actually happens, it can't raise exceptions. Fix that by falling back to "" on OSError.