commandline
commandline copied to clipboard
Fixed failed parsing on nullable options
Enum.Parse and Convert.Change type can't convert directly from string to a nullable type so I added a type conversion to the underlying type before parsing/converting takes place. Also added a unit test for nullable types as options.
I only meant for 851779a to be in this PR. Shoulda made a branch for the fix. Sorry, first time trying this.