Skip to content

Commit 0b999fe

Browse files
committed
Docs: Add interactive mode documentation
1 parent c959f74 commit 0b999fe

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

docs/commands.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,21 @@ bin/magento mageforge:hyva:compatibility:check [options]
156156
- `--include-vendor` - Include Magento core modules in scan (default: third-party only)
157157
- `--detailed` / `-d` - Show detailed file-level issues for incompatible modules
158158

159+
**Interactive Mode**:
160+
When running **without any options**, the command launches an interactive menu (using Laravel Prompts):
161+
162+
```bash
163+
# Launch interactive menu
164+
bin/magento m:h:c:c
165+
```
166+
167+
The menu allows you to select:
168+
- ☐ Show all modules including compatible ones
169+
- ☐ Include Magento core modules (default: third-party only)
170+
- ☐ Show detailed file-level issues with line numbers
171+
172+
Use **Space** to toggle options, **Enter** to confirm and start the scan.
173+
159174
**Default Behavior**:
160175
Without any flags, the command scans **third-party modules only** (excludes `Magento_*` modules but includes vendor third-party like Hyva, PayPal, Mollie, etc.).
161176

0 commit comments

Comments
 (0)