status-im / nim-confutils

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

`seq[T]` support in env. variables #87

Open AuHau opened 1 year ago

AuHau commented 1 year ago

Currently, the env. variable support does not incorporate support for seq[T] types as there is no parsing logic that would split the env. variable content using some delimiter.