smichaelsen / melon-images

Responsive Image Management for TYPO3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command should use $io to show info instead of flash messages

georgringer opened this issue · comments

The command CreateNeededCroppings does currently generate a flash message which is not used when using the command via CLI. As I didn't know the intentions I left it like it is.

Proposal: If CLI call I would use $io to show the info to the user and just use the flash message if called via backend