File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 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
356356instance, you may want to complete all usernames from the database in the
357357``name `` argument of your greet command.
358358
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()  ``::
360360
361361 // ... 
362362 use Symfony\Component\Console\Completion\CompletionInput; 
Original file line number Diff line number Diff line change @@ -82,7 +82,11 @@ Active Core Members
8282 * **Oskar Stark ** (`OskarStark `_);
8383 * **Mathieu Santostefano ** (`welcomattic `_);
8484 * **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 `_).
8690
8791* **Security Team ** (``@symfony/security `` on GitHub):
8892
@@ -255,3 +259,7 @@ discretion of the **Project Leader**.
255259.. _`smnandre` : https://github.com/smnandre/ 
256260.. _`kocal` : https://github.com/kocal/ 
257261.. _`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