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 bab5247 commit 570473dCopy full SHA for 570473d
console/input.rst
@@ -134,9 +134,9 @@ how many times in a row the message should be printed::
134
$this
135
// ...
136
->addOption(
137
- // this is the name that users must type to pass this option
+ // this is the name that users must type to pass this option (e.g. --iterations=5)
138
'iterations',
139
- // this is the shortcut of the option name, which usually is just a letter
+ // this is the optional shortcut of the option name, which usually is just a letter
140
// (e.g. `i`, so users pass it as `-i`); use it for commonly used options
141
// or options with long names
142
null,
0 commit comments