commandlineparser / commandlineparser/commandline
Allow private property options
Aperta
- Lingua principale
- C#
- Stelle
- 4.8k
- Fork
- 478
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.