If someone needs answer for this just register command in the app\Console\Kernel.php because it is not registered automatically:
app\Console\Kernel.php
protected $commands = [ ExportMessagesToFlat::class ];