Support drush commands autowiring in Drupal 11.4
When module is installed and I clear the cache I see the error message in the console: ``` Cannot autowire service "Drupal\date_point\Command\ClockList": argument "$container" of method "__construct()" references interface "Drupal\Component\DependencyInjection\ContainerInterface" but no such service exists. Try changing the type-hint to "Symfony\Component\DependencyInjection\ContainerInterface" instead. ```
issue