You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type drush entity:delete node and notice that the command itself disappear from the terminal output. That's confusing. When you scroll back the terminal output you except to find all commands your typed.
That probably comes from progress implementation. The easy fix would be adding $this->io()->newLine(); before starting the progress bar.
Interesting that drush entity:save has an opposite bug. It prints an extra line break after the command which seems redundant.
Type
drush entity:delete node
and notice that the command itself disappear from the terminal output. That's confusing. When you scroll back the terminal output you except to find all commands your typed.That probably comes from progress implementation. The easy fix would be adding
$this->io()->newLine();
before starting the progress bar.Interesting that
drush entity:save
has an opposite bug. It prints an extra line break after the command which seems redundant.The text was updated successfully, but these errors were encountered: