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
fix(webpack-cli): address review feedback on lazy option registration
- Register every letter of a combined short token (e.g. `-abc`), not just the
first, so clustered boolean short flags are not dropped and reported as
unknown options.
- Include the `--no-<name>` negated forms in the stashed option-name list so
"did you mean" suggestions still work for mistyped negated flags.
- Fall back to per-candidate `access` probing when a directory can't be listed
(e.g. execute-only permissions), so default-config discovery keeps working
in restricted-permission directories.
https://claude.ai/code/session_01PEtzv6Xqv2yXQaQsZaeoSF
0 commit comments