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 9102bc3 commit c93a948Copy full SHA for c93a948
components/console/helpers/questionhelper.rst
@@ -25,6 +25,8 @@ Suppose you want to confirm an action before actually executing it. Add
25
the following to your command::
26
27
// ...
28
+ use Symfony\Component\Console\Input\InputInterface;
29
+ use Symfony\Component\Console\Output\OutputInterface;
30
use Symfony\Component\Console\Question\ConfirmationQuestion;
31
32
class YourCommand extends Command
0 commit comments