WinGet is the Windows Package Manager. This project includes a CLI (Command Line Interface), PowerShell modules, and a COM (Component Object Model) API (Application Programming Interface).
Instead of having individual boolean fields, it would be nicer for purposes of authoring / reading / suggesting edits to have a single Flags field that was an Enum of all the boolean values. If present the boolean is true, if absent it is false.
Description of the new feature / enhancement
Instead of having individual boolean fields, it would be nicer for purposes of authoring / reading / suggesting edits to have a single
Flags
field that was an Enum of all the boolean values. If present the boolean is true, if absent it is false.Proposed technical implementation details
Example: