8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f9e3f commit 1aad365Copy full SHA for 1aad365
console/input.rst
@@ -237,10 +237,9 @@ option definition as an example::
237
'Should I yell while greeting?'
238
);
239
240
-We want to use this option in 3 ways: ``--yell``, ``yell=louder``, and not
241
-passing the option at all; however, the task of distinguishing between when
242
-the option was used without a value (``greet --yell``) or when it wasn't used
243
-at all (``greet``) it's a bit impervious.
+This option can be used in 3 ways: ``--yell``, ``yell=louder``, and not passing
+the option at all. However, it's hard to distinguish between passing the option
+without a value (``greet --yell``) and not passing the option (``greet``).
244
245
To solve this issue, you have to set the option's default value to ``false``::
246
0 commit comments