Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negative flags as a special property in schema. #197

Open
adambajguz opened this issue Apr 9, 2021 · 0 comments
Open

Negative flags as a special property in schema. #197

adambajguz opened this issue Apr 9, 2021 · 0 comments
Labels
concept Help and further investigation on the proposal is needed. Typin Typin library related issues
Projects

Comments

@adambajguz
Copy link
Owner

        /// <summary>
        /// For flags, you can specify a negative name, like no-verbose, no-build, etc., so the user can
        /// explicitly indicate that he wants to give a false value for the flag, disregarding it's default value
        /// </summary>
        public string NegativeName { get; init; }
@adambajguz adambajguz created this issue from a note in Concepts (To analyse ) Apr 9, 2021
@adambajguz adambajguz added concept Help and further investigation on the proposal is needed. Typin Typin library related issues labels Apr 9, 2021
@adambajguz adambajguz moved this from To analyse to To analyse - created while working on dynamic commands in Concepts Apr 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
concept Help and further investigation on the proposal is needed. Typin Typin library related issues
Projects
Concepts
  
To analyse - created while working on...
Development

No branches or pull requests

1 participant