protected function getOptions()
 {
     return array_merge(parent::getOptions(), [['tenant', null, InputOption::VALUE_OPTIONAL, 'The tenant(s) to apply migrations on; use {true|5,8}']]);
 }