commandline icon indicating copy to clipboard operation
commandline copied to clipboard

Allow private property options

Open Saalvage opened this issue 3 years ago • 0 comments

I think that private properties should be considered when reflecting to get all option properties.

This would allow for exposing a different interface for specifying options to the CLI and the code, which can often be beneficial.

It is already possible for the library to use a public property with a private init/set so this seems more like an oversight than anything else.

Saalvage avatar Jun 18 '22 15:06 Saalvage