commandlineparser / commandlineparser/commandline
Allow private property options
Ouverte
- Langage dominant
- C#
- Étoiles
- 4.8k
- Forks
- 478
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.