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
Add 'incompatible only' option to interactive menu
- New option: Show only incompatible modules (pre-selected by default)
- Improves UX by filtering out compatible modules
- Users can still choose 'Show all' for complete overview
- Configuration display updated to reflect selection
Copy file name to clipboardExpand all lines: docs/commands.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -165,12 +165,15 @@ bin/magento m:h:c:c
165
165
```
166
166
167
167
The menu allows you to select:
168
+
- ☑ Show only incompatible modules (default behavior)
168
169
- ☐ Show all modules including compatible ones
169
170
- ☐ Include Magento core modules (default: third-party only)
170
171
- ☐ Show detailed file-level issues with line numbers
171
172
172
173
Use **Space** to toggle options, **Enter** to confirm and start the scan.
173
174
175
+
**Note**: "Show only incompatible" is pre-selected by default, ensuring you only see modules with issues.
176
+
174
177
**Default Behavior**:
175
178
Without any flags, the command scans **third-party modules only** (excludes `Magento_*` modules but includes vendor third-party like Hyva, PayPal, Mollie, etc.).
0 commit comments