File tree 2 files changed +10
-2
lines changed 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ can also implement value completion for the input in your commands. For
356
356
instance, you may want to complete all usernames from the database in the
357
357
``name `` argument of your greet command.
358
358
359
- To achieve this, use the 5th argument of ``addArgument() ``/ ``addOption ``::
359
+ To achieve this, use the 5th argument of ``addArgument() `` or the 6th argument of ``addOption() ``::
360
360
361
361
// ...
362
362
use Symfony\Component\Console\Completion\CompletionInput;
Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ Active Core Members
82
82
* **Oskar Stark ** (`OskarStark `_);
83
83
* **Mathieu Santostefano ** (`welcomattic `_);
84
84
* **Kevin Bond ** (`kbond `_);
85
- * **Jérôme Tamarelle ** (`gromnan `_).
85
+ * **Jérôme Tamarelle ** (`gromnan `_);
86
+ * **Berislav Balogović ** (`hypemc `_);
87
+ * **Mathias Arlaud ** (`mtarld `_);
88
+ * **Florent Morselli ** (`spomky `_);
89
+ * **Alexandre Daubois ** (`alexandre-daubois `_).
86
90
87
91
* **Security Team ** (``@symfony/security `` on GitHub):
88
92
@@ -255,3 +259,7 @@ discretion of the **Project Leader**.
255
259
.. _`smnandre` : https://github.com/smnandre/
256
260
.. _`kocal` : https://github.com/kocal/
257
261
.. _`webmamba` : https://github.com/webmamba/
262
+ .. _`hypemc` : https://github.com/hypemc/
263
+ .. _`mtarld` : https://github.com/mtarld/
264
+ .. _`spomky` : https://github.com/spomky/
265
+ .. _`alexandre-daubois` : https://github.com/alexandre-daubois/
You can’t perform that action at this time.
0 commit comments