On latest Drupal 8.7.x-dev I ran into this console error that when I debug is referencing migrate:status
Cannot add a required argument after an optional one.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 3021881-3.patch | 2.15 KB | joelpittet |
| #2 | 3021881.patch | 3.49 KB | joelpittet |
Comments
Comment #2
joelpittetSeems that symfony console doesn't like empty array as optional args. This is a partial revert of this commit b1f2c015f06d41e3bc5ace8674da66821f914830
Comment #4
joelpittetThis may be preferable
* @default $options []Mentioned in https://github.com/consolidation/annotated-command README
Comment #5
heddnComment #7
heddn