fix: reject unknown installer arguments (#825)

This commit is contained in:
2026-07-17 22:16:51 +00:00
parent 3f77229e88
commit d3bf52898b
6 changed files with 176 additions and 2 deletions
+2
View File
@@ -349,6 +349,8 @@ bash tools/install.sh --yes # Non-interactive, accept all defaults
bash tools/install.sh --no-auto-launch # Skip auto-launch of wizard
```
The installer rejects unrecognized flags or positional arguments before making changes and prints the supported-option usage.
## Contributing
```bash