cohen990 / EasyConfig.Net.Core

A library for importing settings from json, environment and command line with a focus on providing clear output and clear information to the user
Apache License 2.0
1 stars 1 forks source link

Don't throw IndexOutOfRangeException #1

Closed skolima closed 7 years ago

skolima commented 7 years ago

Moving from positional to named arguments for NuKeeper, I got an IndexOutOfRangeException, as the parsing failed. This changes the behaviour to ignore unnamed arguments instead of crashing.

cohen990 commented 7 years ago

The travis build failure is unrelated to the code