Tyrrrz / CliFx

Class-first framework for building command-line interfaces
MIT License
1.48k stars 60 forks source link

Application crashes if there are two environment variables with same name, differing only in case #64

Closed Tyrrrz closed 4 years ago

Tyrrrz commented 4 years ago

Original issue: https://github.com/Tyrrrz/DiscordChatExporter/issues/342

Tyrrrz commented 4 years ago

Should be an easy fix. The offending lines are here:

https://github.com/Tyrrrz/CliFx/blob/b4918187796a85a2a925f11c2292d6004ef2c1cc/CliFx/CliApplication.cs#L221-L223