We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0708e commit d232cccCopy full SHA for d232ccc
console/input.rst
@@ -320,7 +320,7 @@ can also implement value completion for the input in your commands. For
320
instance, you may want to complete all usernames from the database in the
321
``name`` argument of your greet command.
322
323
-To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption``::
+To achieve this, use the 5th argument of ``addArgument()`` or the 6th argument of ``addOption()``::
324
325
// ...
326
use Symfony\Component\Console\Completion\CompletionInput;
0 commit comments