We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change "Command Line Grammar" wiki page to be more descriptive about the default behaviour of a "switch option".
I would suggest changing line 77 from:
// CheckIn = true by default to: // CheckIn = if passed to the command line, it will be true by default
// CheckIn = true by default
// CheckIn = if passed to the command line, it will be true by default
since the default value of a switch option is false unless passed to the command line.
false
Inspired by the confusion of the user in #916
Opening an issue instead of a PR since PR to wiki pages is not supported
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change "Command Line Grammar" wiki page to be more descriptive about the default behaviour of a "switch option".
I would suggest changing line 77 from:
// CheckIn = true by default
to:
// CheckIn = if passed to the command line, it will be true by default
since the default value of a switch option is
false
unless passed to the command line.Inspired by the confusion of the user in #916
Opening an issue instead of a PR since PR to wiki pages is not supported
The text was updated successfully, but these errors were encountered: