| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[migrate] Add tool tip to use apply after a dry run.
After running a dry-run that has proposed changes, the tool outputs:
```
To apply the proposed changes, run:
dart migrate --apply --step=<steps> <path>
```
- Return a `WorkspaceEdit` in `DartMigrateResult` so clients can decide
whether or not they want to apply the edits and so that they can provide
a tool tip for running `--apply`.
- Removes `apply` from `MigrationRunner` entirely. We always merge and
return the edits.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |