feat: migration:reset additional options.
1 unresolved thread
1 unresolved thread
Additional options to drush migrate:reset
.
Merge request reports
Activity
added 6 commits
-
38dfab72...a608e4b7 - 5 commits from branch
project:6.0.x
- 753b658b - Issue #3470892: drush migrate:reset additional options like --all
-
38dfab72...a608e4b7 - 5 commits from branch
687 687 aliases: ['mrs', 'migrate-reset-status'] 688 688 )] 689 689 #[Argument(name: 'migration_id', description: 'The ID of migration to reset.')] 690 #[CLI\Option(name: 'all', description: 'Process all migrations')] 691 #[CLI\Option(name: 'group', description: 'A comma-separated list of migration groups to reset')] 692 #[CLI\Option(name: 'tag', description: 'A comma-separated list of migration tags to reset')] - Comment on lines +690 to +692
Shouldn't this follow the same notation as in the other methods?
690 #[CLI\Option(name: 'all', description: 'Process all migrations')] 691 #[CLI\Option(name: 'group', description: 'A comma-separated list of migration groups to reset')] 692 #[CLI\Option(name: 'tag', description: 'A comma-separated list of migration tags to reset')] 690 #[Option(name: 'all', description: 'Process all migrations')] 691 #[Option(name: 'group', description: 'A comma-separated list of migration groups to reset')] 692 #[Option(name: 'tag', description: 'ID of the migration tag to reset')]
Please register or sign in to reply