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: Normalize various dash variations in CLI arguments #477
This update ensures that different dash variations (e.g., en dash, em dash)
in command-line arguments are replaced with standard options.
It improves argument consistency and prevents unexpected behavior
when parsing user inputs.
Affected arguments include:
- `--config-file`, `-c`, `--bot-config-file`, `-b`, `--force`,
`--registry`, `-r`, and `--provision`.
0 commit comments