commandlineparser / commandline

The best C# command line parser that brings standardized *nix getopt style, for .NET. Includes F# support
MIT License
4.46k stars 473 forks source link

Removed "sealed" from OptionAttribute #898

Open SJFriedl opened 10 months ago

SJFriedl commented 10 months ago

This PR is for Issue #859, where I requested that sealed be removed from OptionAttribute to allow for derived attribute types that will be shared among verbs, such as [LogFileAttribute(Required = false)] - this was all elaborated in the Issue entry.

I've been using this version since June, not a single hitch.