How to ask user for confirmation in Magento 2 console command This is a short post showing how to ask user for the confirmation when running Magento 2 console command. The typical use case for this is “Are you sure you want to continue? (y/n)” … #magento2 #snippet
Rendering the Magento 2 console command output as a table Here is a quick example of how to render the Magento 2 console command output as a table. This can be useful in a number of situations where the resulting data is tabular. To achieve this, … #magento2 #snippet