-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
TypinTypin library related issuesTypin library related issuesconceptHelp and further investigation on the proposal is needed.Help and further investigation on the proposal is needed.
Description
There are other CLI tools that include both options, e.g. --restore and --no-restore, where you are giving three possible values to the user: true (associated with Name), false (NoName) and default.
[CommandFlag(Name="flag", NoName = "no-flag")]
public bool? Flag{ get; init; } //bool? or custom struct FlagSome problems:
- what about current bool flags?
- what about short flags:
-abc - what if the dafuatl is not null but true or false?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
TypinTypin library related issuesTypin library related issuesconceptHelp and further investigation on the proposal is needed.Help and further investigation on the proposal is needed.