Commit 3507b74
authored
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`.1 parent 7b6909d commit 3507b74
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments