I think you should add there
parent::run($args);
wanted to add an action for my command… and just broke my head on how to call it…
cause “cron test” was not running actionTest… this is because we overrite parent’s run… so if we not call it no action will run…