Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 1aad365

Browse filesBrowse files
committed
Minor reword
1 parent 99f9e3f commit 1aad365
Copy full SHA for 1aad365

File tree

Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-4
lines changed

‎console/input.rst

Copy file name to clipboardExpand all lines: console/input.rst
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -237,10 +237,9 @@ option definition as an example::
237237
'Should I yell while greeting?'
238238
);
239239

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.
240+
This option can be used in 3 ways: ``--yell``, ``yell=louder``, and not passing
241+
the option at all. However, it's hard to distinguish between passing the option
242+
without a value (``greet --yell``) and not passing the option (``greet``).
244243

245244
To solve this issue, you have to set the option's default value to ``false``::
246245

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.