I think the drush command should use a dash as separator, not the underscore

entity_updater:enqueue --> entity-updater:enqueue

For BC, we should keep the variant without the dash as alias around.

Comments

fago created an issue. See original summary.

fago’s picture

I guess that should work?

   * @command entity-updater:enqueue
   * @aliases entity_updater:enqueue
   * @aliases euq

  • mostepaniukvm committed 225eaac on 1.x
    Issue #3128956 by fago, mostepaniukvm: Drush commands should use dash...
mostepaniukvm’s picture

Status: Active » Fixed

Made change and tested locally, pushed to 1.x

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.