Skip to content

Add support for nullable Boolean parameters to enable a tri-state option #9394

@egvijayanand

Description

@egvijayanand

Is your feature request related to a problem? Please describe.

I can't determine whether the parameter value is user-supplied or a default for Boolean type parameters, as they can only be true or false.

Hence, request to add support for nullable Boolean parameters to enable a tri-state option.

Describe the solution you'd like.

Nullable Boolean parameters to enable a tri-state option.

The initial value of null, and it is assigned true or false based on user input. Remains as null if that parameter is not provided.

Additional context

CLI boolean type parameters.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions