commandline
commandline copied to clipboard
Treat Options without parameterless constructor as immutable
Hey,
This is my attempt to address issue #890 by checking if the type has a parameterless constructor before using Activator.CreateInstance<T>().
Please let me know if I didn't follow any of the repo guidelines or conventions.