Skip to content

Commit

Permalink
Add --filter option to migrate:status (#5014)
Browse files Browse the repository at this point in the history
  • Loading branch information
weitzman committed Jan 12, 2022
1 parent be0718a commit 74a2c42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Drupal/Commands/core/MigrateRunnerCommands.php
Expand Up @@ -107,7 +107,7 @@ public function __construct(DateFormatter $dateFormatter, KeyValueFactoryInterfa
* unprocessed: Unprocessed
* last_imported: Last Imported
* @default-fields id,status,total,imported,unprocessed,last_imported
*
* @filter-default-field status
* @return RowsOfFields
* Migrations status formatted as table.
* @version 10.4
Expand Down

0 comments on commit 74a2c42

Please sign in to comment.