Skip to content

Commit a6a3769

Browse files
committed
Remove pre-selection from 'incompatible only' option
1 parent 73f63f8 commit a6a3769

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

docs/commands.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -165,15 +165,13 @@ bin/magento m:h:c:c
165165
```
166166

167167
The menu allows you to select:
168-
- ☑ Show only incompatible modules (default behavior)
169168
- ☐ Show all modules including compatible ones
169+
- ☐ Show only incompatible modules (default behavior)
170170
- ☐ Include Magento core modules (default: third-party only)
171171
- ☐ Show detailed file-level issues with line numbers
172172

173173
Use **Space** to toggle options, **Enter** to confirm and start the scan.
174174

175-
**Note**: "Show only incompatible" is pre-selected by default, ensuring you only see modules with issues.
176-
177175
**Default Behavior**:
178176
Without any flags, the command scans **third-party modules only** (excludes `Magento_*` modules but includes vendor third-party like Hyva, PayPal, Mollie, etc.).
179177

src/Console/Command/Hyva/CompatibilityCheckCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ private function runInteractiveMode(InputInterface $input, OutputInterface $outp
9494
'include-vendor' => 'Include Magento core modules (default: third-party only)',
9595
'detailed' => 'Show detailed file-level issues with line numbers',
9696
],
97-
default: ['incompatible-only'],
97+
default: [],
9898
hint: 'Space to toggle, Enter to confirm. Default: third-party modules only',
9999
required: false,
100100
);

0 commit comments

Comments
 (0)