File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -462,8 +462,10 @@ command:
462
462
This method is executed after ``initialize() `` and before ``execute() ``.
463
463
Its purpose is to check if some of the options/arguments are missing
464
464
and interactively ask the user for those values. This is the last place
465
- where you can ask for missing options/arguments. After this command,
466
- missing options/arguments will result in an error.
465
+ where you can ask for missing required options/arguments. This method is
466
+ called before validating the input.
467
+ Note that it will not be called when the command is run without interaction
468
+ (e.g. when passing the ``--no-interaction `` global option flag).
467
469
468
470
:method: `Symfony\\ Component\\ Console\\ Command\\ Command::execute ` *(required) *
469
471
This method is executed after ``interact() `` and ``initialize() ``.
You can’t perform that action at this time.
0 commit comments